aerofole

0.3.8 • Public • Published

Aerofole

A simple accordion component built with react

npm i aerofole

use

import Aerofole from 'aerofole';

function App() {
return (

<div className="App">
    ...
    <Aerofole title="planets" background="blue" color= "white">
        <ul style={{ background: "white", color:"blue" }}>
            <li>Mercury</li>
            <li>Venus</li>
            <li>Earth</li>
            <li>Mars</li>
        </ul>
    </Aerofole>
    ...
</div>

); }

aerofole in action

Publish process

npm version patch npm run build
npm pack
npm publish



Alex Alves

Readme

Keywords

Package Sidebar

Install

npm i aerofole

Weekly Downloads

0

Version

0.3.8

License

MIT

Unpacked Size

51.3 kB

Total Files

8

Last publish

Collaborators

  • alexalves