Skip to Content

ColorPicker

Package: @tesserix/native

Import

import { ColorPicker } from '@tesserix/native'
  • ColorPickerProps

Source

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

Status

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

Example

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