@ikechukwu_boniface/vmddaterangepicker
v0.1.0
Published
A material design daterange picker
Maintainers
Readme
If the document is not accessible, please open an issue, I will fix it right away.
Pictures for Examples
Getting Started
Installation
npm install v-md-date-range-picker --save
# or use yarn
yarn add v-md-date-range-pickerQuick Start
you can use vue-cli to create project
1. npm install -g @vue/cli # or yarn global add @vue/cli
2. 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>Build
Powed by following:
- https://github.com/egoist/bili
