react-accordian is a react js library for making beautiful accordion.
Use the package manager npm to install react-accordian.
npm install react-accordian
import Accordion from 'react-accordian'
# returns 'words'
<Accordion active={true} onToggle={function} >passing children</Accordion>
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.