vue-dates

Yet another datepicker for vue.js

Usage no npm install needed!

<script type="module">
  import vueDates from 'https://cdn.skypack.dev/vue-dates';
</script>

README

vue-dates

CircleCI

airbnb/react-dates for vue 2.x. Work in progress.

Todo

  • DateRangePicker
  • DayPicker
  • DayPickerRangeController
  • DayPickerSingleDateController
  • PresetDateRangePicker
  • PresetSingleDatePicker
  • SingleDatePicker

Live Playground

For examples of the datepicker in action, go to http://weilinshi.org/vue-dates/.

OR

To run that demo on your own computer:

  • Clone this repository
  • npm install
  • npm run storybook
  • Visit http://localhost:5000/

Install

npm install --save vue-dates

How to use

If you are using Webpack:

// css
import  "vue-dates/dist/style.css";
// Vue component
import { PresetSingleDatePicker } from "vue-dates";

License

MIT