Skip to content

Demo

TIP

You can also test it with the playground!

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

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

<template>
  <vue-tailwind-datepicker v-model="dateValue" />
</template>
<script setup>
import VueTailwindDatePicker from "vue-tailwind-datepicker";
import { ref } from "vue";

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

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

Released under the MIT License.