Color Wheel

A color wheel allows users to adjust the hue of an HSL or HSB color value on a circular track.

Example

Installation

$npx libravelui@latest add color-wheel

Anatomy

import { ColorWheel } from "@/components/ui/core/color-wheel";
<ColorWheel />

Props

Loading types…