Toggle
Props
Property | Required | Type | Default | Description |
---|---|---|---|---|
className | no | String | Class name to put on the inner label element | |
id | no | String | The id of the element | |
size | no | oneOf('small', 'medium', 'large') | 'medium' | Size variations |
All other props are passed to the inner input
element.
Imports
Import React components (including CSS):
import {Toggle} from 'pivotal-ui/react/toggle';
Import CSS only:
import 'pivotal-ui/css/toggle';