vuetify-birthdaypicker
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Vuetify birtday picker

Demo

This package is only for Vuetify 3 demo

Usage

<template>
   <h1 class="mb-5">Pick your birthday date to access this page</h1>
	<v-birthday-picker v-model="birthdayDate" :max-width="450" order="mmm-dd-yyyy" :from-year="1960"  />
</template>

<script setup lang="ts">
import { ref } from 'vue';
import { VBirthdayPicker } from 'vuetify-birthdaypicker';

const birthdayDate = ref(new Date());

</script>

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    1
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i vuetify-birthdaypicker

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

14.6 kB

Total Files

11

Last publish

Collaborators

  • igorexa34314