Skip to content

A DatePicker built with Vue 3, Bootstrap 5, and TypeScript

Notifications You must be signed in to change notification settings

MSF42/VueDatePicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

VueDatePicker

A DatePicker built with Vue 3, Bootstrap 5, and TypeScript

This Vue component can be dropped right in and used by simply importing it as you would any component, then using it like this:

<DatePickerVue @selected-date="startDate = $event" :date="startDate" />

In this case, I am setting the date to a variable startDate. When the date is chosen, it is passed up in the form of an event, setting startDate to the newly chosen date. That updated date is then passed back to the datepicker.

About

A DatePicker built with Vue 3, Bootstrap 5, and TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages