preskok/ui

Color Swatch

Display a color preview with consistent sizing and styling.

Installation

pnpm dlx @preskok-org/ui@latest add color-swatch

Usage

import { ColorSwatch } from "@/registry/preskok/ui/preskok-ui/color-swatch"
 
export function ColorSwatchDemo() {
  return <ColorSwatch aria-label="Brand color" />
}