Switch
Package: @tesserix/web
Import
import { Switch } from '@tesserix/web'Source
- Component:
packages/web/src/components/switch/switch.tsx - Story:
packages/web/src/components/switch/switch.stories.tsx - Test: Not found
Status
- Component implementation file: Present
- Story file: Present
- Test file: Missing
Example
import { Switch } from '@tesserix/web'
export function DemoSwitch() {
return <Switch />
}