Basic Usage

Simple time picker with live value display.

Reminder

Set a reminder time for notifications.

Business Hours

Set opening and closing times.

Closes at

Meeting Scheduler

Schedule a meeting with start and end times.

Meeting at

Alarm Setting

Set a wake-up alarm time.

Alarm:

In a Form

Time picker combined with other form fields.

Usage

startTime = ""// Basic time picker<TimePicker label="Start Time" bind={startTime} />// Display selected time{if startTime != ""}<Badge>{startTime}</Badge>{/if}// Time range with two pickers<TimePicker label="Start" bind={startTime} /><TimePicker label="End" bind={endTime} />

Props

PropTypeDefaultDescription
labeltext""Label text above picker
bindbinding-Two-way binding for selected time