nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
4k stars 504 forks source link

DatePicker and DateRangePicker to Nuxt Ui #1074

Closed a2734961 closed 9 months ago

a2734961 commented 10 months ago

DatePicker and DateRangePicker to Nuxt Ui

DatePicker

1.Installation VCalendar

yarn add v-calendar@next @popperjs/core

2. Simple encapsulation of day.js

composables/day.js


import dayjs from 'dayjs'

type DateParam = string | number | Date

/**