0.3.8 • Published 3 years ago

aerofole v0.3.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.3.7

3 years ago

0.3.6

3 years ago

0.3.5

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago