aerofole
v0.3.8
Published
A simple accordion component built with react
Downloads
2
Readme
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>
); }
Publish process
npm version patch
npm run build
npm pack
npm publish