Color Input

Color field pairing a filled swatch with the chosen name and hex code and an eyedropper button.

Mira violet#6D5EFA

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Input20 } from "@/components/beste/piece/input20";

<Input20
  label="Accent color"
  hex="#6D5EFA"
  name="Mira violet"
/>