Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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());

```