Skip to Content

Switch

Package: @tesserix/native

Import

import { Switch } from '@tesserix/native'
  • SwitchProps

Source

  • Component: packages/native/src/components/Switch/Switch.tsx
  • Story: packages/native/src/components/Switch/Switch.stories.tsx
  • Test: packages/native/src/components/Switch/Switch.test.tsx

Status

  • Exported from package entry: Yes
  • Component implementation file: Present

Example

import { Switch } from '@tesserix/native' export function DemoSwitch() { return <Switch /> }