ColorPicker
Package: @tesserix/native
Import
import { ColorPicker } from '@tesserix/native'Related types
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 />
}