vue3-nepali-date-picker
v1.3.22
Published
A Nepali Date Picker for Vue 3
Downloads
5,455
Maintainers
Readme
Vue3 Nepali Date Picker
Get Started
Install via npm:
npm install vue3-nepali-date-picker
Then, import and register the component:
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:
export default {
components: {
NepaliDatePicker
}
}
Then, use the NepaliDatePicker component in your template:
<NepaliDatePicker
v-model="your_date_bs"
label="जन्म मिति"
:language="'nepali'"
/>