Tailwind CSS Datepicker - Taco Vue

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: 31-12-2023

Code

Below you can find the code for the Datepicker component.

<Datepicker 
    v-model="selectedDate"
    dateFormat="DD-MM-YYYY"
/>