All Projects → MohammadS3dd → vue-awesome-datepicker

MohammadS3dd / vue-awesome-datepicker

Licence: other
awesome, zero dependency, performant Vue datepicker component

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to vue-awesome-datepicker

jalali-pandas
A pandas extension that solves all problems of Jalai/Iraninan/Shamsi dates
Stars: ✭ 29 (-23.68%)
Mutual labels:  jalali-calendar
yacalendar
Yet another calendar component for Qt Quick Controls 2
Stars: ✭ 23 (-39.47%)
Mutual labels:  jalali-calendar
persian-date-time
Persian Date Time
Stars: ✭ 54 (+42.11%)
Mutual labels:  jalali-calendar
jekyll-theme-mehdix-rtl
A right-to-left theme for Jekyll with Jalali support and some other goodies.
Stars: ✭ 38 (+0%)
Mutual labels:  jalali-calendar
gahshomar
A Persian (Jalali/Farsi) calendar for Linux
Stars: ✭ 69 (+81.58%)
Mutual labels:  jalali-calendar
JalaliCalendar
Jalali Calendar for java
Stars: ✭ 76 (+100%)
Mutual labels:  jalali-calendar
libcalendars
Collection of calendar arithmetic algorithms
Stars: ✭ 38 (+0%)
Mutual labels:  jalali-calendar
JalaliMaterialDateTimePicker
Pick a date or time for Android with support Gregorian and Jalali calendar at the same time
Stars: ✭ 24 (-36.84%)
Mutual labels:  jalali-calendar
datium
⏰ The flexible DataTime Package written in PHP
Stars: ✭ 18 (-52.63%)
Mutual labels:  jalali-calendar
pcal
Command line tool to convert Gregorian calendar dates to Persian calendar dates
Stars: ✭ 22 (-42.11%)
Mutual labels:  jalali-calendar
iranian-calendar-events
Fetch Iranian calendar events (Jalali, Hijri and Gregorian) from time.ir website
Stars: ✭ 28 (-26.32%)
Mutual labels:  jalali-calendar
vue-persian-datepicker
A datepicker component for select Persian date
Stars: ✭ 23 (-39.47%)
Mutual labels:  vue-datepicker
TypePicker
A date picker use in web and react-native
Stars: ✭ 14 (-63.16%)
Mutual labels:  vue-datepicker
vue3-date-time-picker
Datepicker component for Vue 3
Stars: ✭ 157 (+313.16%)
Mutual labels:  vue-datepicker
litepie-datepicker
Litepie Datepicker is a date range picker component for Vue.js and Tailwind CSS, dependent to day.js.
Stars: ✭ 333 (+776.32%)
Mutual labels:  vue-datepicker

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" colorTheme="yellow" v-model="dateGreg" />
</template>

Contribution

TODO

  • decouple styles from tailwind CSS
  • refactor to composition api
  • add customizability
  • documentaition
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].