Usage
Default
The time picker renders hour and minute inputs with an AM/PM toggle by default.
vue
24-Hour Format
Set use-24-hour to true to use 24-hour format instead of 12-hour format with AM/PM.
vue
Disabled
Use the disabled prop to disable interaction.
vue
Fluid
Use the fluid prop to make the time picker take up the full width of its container.
vue