React ToggleView Basic component to toggle display. Installation $ npm install iddar/react-toggleview Example import ToggleView from 'react-toggleview' <ToggleView show={this.state.show}> <p>This is a toggle component.</p> </ToggleView> Badges GitHub @iddar · Twitter @iddar