Date Input

Date field with a leading calendar icon, mono ISO value, and a chevron hinting at a popover.

2026-04-23

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

Import & use
import { Input15 } from "@/components/beste/piece/input15";

<Input15
  label="Start date"
  value="2026-04-23"
/>