Tailwind CSS Datepicker - Taco Svelte

The Datepicker displays an input that alows you to select a date, including year, date and month. Below we are presenting dynamic examples of the Datepicker component that you can use in your project based on Taco.

Selected date: 2023-12-31

Code

Below you can find the code for the Datepicker component.

<Datepicker 
  bind:modelValue="selectedDate"
  dateFormat="DD-MM-YYYY"
/>