React component for the expanding and collapsing of the blocks
AnimakitExpander
React component for the expanding and collapsing of the blocks. Supports both vertical and horizontal mode.
Live Demo
Usage
<Title onClick={toggle} />
<AnimakitExpander expanded={this.state.expanded}>
<Text />
</AnimakitExpander>