1.1.1 • Published 3 years ago

vue-awesome-datepicker v1.1.1

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

Vue Awesome Datepicker

awesome, zero dependency, performant Vue datepicker component

Demo

Installation 🚀

npm i vue-awesome-datepicker
# or 
yarn add vue-awesome-datepicker

Component Registration and usage

import datepicker from "vue-awesome-datepicker";

import "vue-awesome-datepicker/dist/font-default.css"; //if you want default fonts

export default {
  components: {
    datepicker,
  },
  data() {
    return { date: {},dateGreg:{} };
  },
};

<template>
  <datepicker lang="Jalali" type="multiple" colorTheme="pink" v-model="date" />
  <datepicker lang="Greg" type="range" type="multiple" colorTheme="yellow" v-model="dateGreg" />
</template>

Contribution

TODO

  • decouple styles from tailwind CSS
  • refactor to composition api
  • add customizability
  • documentaition
1.1.1

3 years ago

1.0.8

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago