preskok/ui

Color Swatch

Display a color preview with consistent sizing and styling.

Installation

pnpm dlx preskok-ui@latest add color-swatch

Usage

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