Time Input

Time control with hour and minute tiles separated by a colon, plus a small AM or PM segmented toggle.

09:30
AMPM

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

Import & use
import { Input16 } from "@/components/beste/piece/input16";

<Input16
  hours="09"
  minutes="30"
  meridiem="AM"
/>