Skip to content

Demo

TIP

Install @coderocketapp/vue-tailwind-datepicker to use this maintained version. See the installation guide for the stylesheet and migration instructions.

vue
<script setup>
import VueTailwindDatePicker from "@coderocketapp/vue-tailwind-datepicker";
import { ref } from "vue";

const dateValue = ref("");
</script>

<template>
  <vue-tailwind-datepicker v-model="dateValue" />
</template>

Released under the MIT License.