Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 455 Bytes

Readme.md

File metadata and controls

28 lines (18 loc) · 455 Bytes

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