vue3-nepali-date-picker
v1.4.2
Published
A Nepali Date Picker for Vue 3
Maintainers
Readme
Vue3 Nepali Date Picker 1910 - 2199
Get Started
Install via npm:
npm install vue3-nepali-date-pickerThen, 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'"
/>