react-toggle-component
Version:
A React UI Component to display an awesome Toggle Button control
31 lines (20 loc) • 392 B
text/mdx
name: Get Started
route: /
import {CodeSandbox} from "./theme/theme";
# Get Started
## Requirements
* [node](https://nodejs.org)
* [yarn](https://yarnpkg.com/en/docs/install#mac-stable)
## Installation
You can use either **npm**
```bash
npm i react-toggle-component
```
or **yarn**
```bash
yarn add react-toggle-component
```
## Code Sandbox
<CodeSandbox id="01nxypo6zl" />