Time control with hour and minute tiles separated by a colon, plus a small AM or PM segmented toggle.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Input16 } from "@/components/beste/piece/input16";
<Input16
hours="09"
minutes="30"
meridiem="AM"
/>