$ cnpm install react-switcher
![]() |
![]() |
| Source | Source |
npm install --save react-switcher
import Switcher from 'react-switcher';
<Switcher
on={this.state.isLocal}
onClick={() => this.setState({ isLocal: !this.state.isLocal })}
>
Use local server
</Switcher>
MIT
Copyright 2013 - present © cnpmjs.org | Home |