Skip to content

ZColorPicker

ColorPicker component from zurto-ui.

Preview

Import

typescript
import { ZColorPicker } from "zurto-ui";

Props

PropTypeDefaultDescription
childrenReactNode-Component content
classNamestring-Additional CSS classes

Sizes

tsx
<ZColorPicker size="sm">Small</ZColorPicker>
<ZColorPicker size="md">Medium</ZColorPicker>
<ZColorPicker size="lg">Large</ZColorPicker>

Accessibility

  • ✅ Proper ARIA attributes included
  • ✅ Keyboard navigation support
  • ✅ Screen reader friendly
  • ✅ Focus visible indicators

Released under the MIT License.