Color Swatch

A color swatch is a small square that represents a color value.

Example

Installation

$npx libravelui@latest add color-swatch

Anatomy

import { ColorSwatch } from "@/components/ui/core/color-swatch";
<ColorSwatch color="#8cf0cd" />

Props

Loading types…