npx ui-thing@latest add datepicker
You can optionally configure the vcalendar module in your nuxt.config.js file:
nuxt.config.js
vcalendar: { calendarOptions: { masks: { weekdays: "WW", }, }, },
Date Field
Enables users to input specific dates within a designated field.
Dialog
A window overlaid on either the primary window or another dialog window, rendering the content underneath inert.