Skip to main content

Switch

Implementation#

import { Switch } from "slipstream-ui";
const Example = () => <Switch/>;
Example
<Switch/>

Label#

Example
<Switch>I am a label</Switch>
<Switch right>I am a label</Switch>

Sizing#

Example
<Switch size="sm"/>
<Switch size="md"/>
<Switch size="lg"/>

Props#

AttributeTypeValueDefault ValueDescription