0.3.8 • Published 2 years ago

aerofole v0.3.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Aerofole

A simple accordion component built with react

npm i aerofole

use

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


0.3.8

2 years ago

0.3.7

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago