Presets
Color Picker
FormsInteractive color picker
colorpickerinput
Installation
$
Usage
tsx
import { ColorPicker } from "@/components/nonaxial/color-picker"
export default function Example() {
return (
<ColorPicker>{/* Your content here */}</ColorPicker>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |