Components
Loading preview...
This is a sleek, minimal black-and-white time picker with a floating label and clock icon. It features separate dropdowns for hours and minutes with step-5 intervals, providing fast and user-friendly selection in both light and dark themes.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/time-pickerimport TimePicker from "@/components/ui/time-picker";
export default function DemoOne() {
return <TimePicker />;
}