0.2.0 • Published 6 years ago

vue-dates v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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:

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

0.2.0

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago