UNPKG

vue3-nepali-date-picker

Version:

A Nepali Date Picker for Vue 3

43 lines (27 loc) 629 B
# Vue3 Nepali Date Picker 1980 - 2090 ## Get Started Install via npm: ```bash npm install vue3-nepali-date-picker ``` Then, import and register the component: ```js import NepaliDatePicker from 'vue3-nepali-date-picker'; import 'vue3-nepali-date-picker/dist/style.css'; ``` Next, register the NepaliDatePicker component in your Vue component's components object: ```js export default { components: { NepaliDatePicker } } ``` Then, use the NepaliDatePicker component in your template: ```js <NepaliDatePicker v-model="your_date_bs" label="जन्म मिति" :language="'nepali'" /> ```