Tailwind CSS Timepicker - Taco Svelte

The Timepicker displays an input that alows you to select an hour between 1 to 12 and a minute between 0 and 59, aswell as the modifier(AM, PM). Below we are presenting dynamic examples of the Timepicker component that you can use in your project based on Taco.

Selected time: 63:61

Code

Below you can find the code for the Timepicker component.

<Timepicker 
  bind:modelValue="selectedTime"
/>