ComponentsCore
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-wheelAnatomy
import { ColorWheel } from "@/components/ui/core/color-wheel";<ColorWheel />Props
Loading types…
Color Thumb
A color thumb allows users to adjust a single channel of an RGB, HSL or HSB color value against a one-dimensional gradient background.
Calendar
A calendar component presents one or more grids of dates, enabling users to view and interact with a range of days. It allows for the selection of a single specific date within the displayed time period.