Skip to Content

Select

Package: @tesserix/native

Import

import { Select } from '@tesserix/native'
  • SelectProps, SelectOption

Source

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

Status

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

Example

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