Back to Components
Inputs

Color Picker

Color picker with swatches and custom hex input.

Suggested swatches

Dependencies

  • clsx
  • tailwind-merge

Files

  • components/ui/color-picker.tsx

Installation

Using shadcn CLI

npx shadcn add color-picker --url https://ui.hampton.io

Manual installation

Copy the component file to your project and install dependencies:

npm install clsx tailwind-merge