react-collapsible-content
A React Component to handle dynamic collapsible content
Instalation
npm install --save react-collapsible-content
yarn add react-collapsible-content
How to import
import CollapsibleContent from 'react-collapsible-content';
Basic usage
In the examples we are using ToggleButtonComponent and TextComponent that are just UI components (see code in Examples/Basic), but you can use your own button and your own content.