- Notifications
You must be signed in to change notification settings - Fork20
a date-range-picker follows the Material Design spec powered by vue.js (alpha)
License
NotificationsYou must be signed in to change notification settings
ly525/material-vue-daterange-picker
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
If the document is not accessible, please open anissue, I will fix it right away.
Material Design DateRangePicker forVuejs 2.0
Pictures forExamples
npm install v-md-date-range-picker --save#or use yarnyarn add v-md-date-range-picker
you can use vue-cli to create project
1. npm install -g @vue/cli# or yarn global add @vue/cli2. vue create hello-world<!-- App.js --><template><v-md-date-range-picker></v-md-date-range-picker></template>
// main.js<script>import Vue from 'vue';import VMdDateRangePicker from "v-md-date-range-picker";Vue.use(VMdDateRangePicker);</script>
Powed by following:
About
a date-range-picker follows the Material Design spec powered by vue.js (alpha)
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.

