vue3-nepali-date-picker
TypeScript icon, indicating that this package has built-in type declarations

1.4.1 • Public • Published

Vue3 Nepali Date Picker 1980 - 2090

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'"
  />

Package Sidebar

Install

npm i vue3-nepali-date-picker

Weekly Downloads

89

Version

1.4.1

License

MIT

Unpacked Size

191 kB

Total Files

5

Last publish

Collaborators

  • dpkthapa15