Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igorexa34314/vuetify-birthdaypicker
Birthday date picker component for vuetify
https://github.com/igorexa34314/vuetify-birthdaypicker
datepicker ui-components vuejs vuetify
Last synced: 22 days ago
JSON representation
Birthday date picker component for vuetify
- Host: GitHub
- URL: https://github.com/igorexa34314/vuetify-birthdaypicker
- Owner: igorexa34314
- Created: 2023-12-15T19:28:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-20T11:34:21.000Z (10 months ago)
- Last Synced: 2024-12-08T09:17:20.668Z (about 1 month ago)
- Topics: datepicker, ui-components, vuejs, vuetify
- Language: Vue
- Homepage: https://igorexa34314.github.io/vuetify-birthdaypicker/
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vuetify birtday picker
[Demo](https://igorexa34314.github.io/vuetify-birthdaypicker/)
This package is only for Vuetify 3
[![demo](https://i.postimg.cc/7ZZPy4cN/1.png)](https://postimg.cc/0bh1pT96)## Usage
```vue
Pick your birthday date to access this page
import { ref } from 'vue';
import { VBirthdayPicker } from 'vuetify-birthdaypicker';const birthdayDate = ref(new Date());
```