Tulip Logo IconTulip
Components

Color Picker

Pick a color using a hex picker and presets.

Usage

import { ColorPicker } from "@tulip-systems/core/components/client";
<ColorPicker color={color} onValueChange={setColor} />

Examples

With Popover

On this page