Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ly525/material-vue-daterange-picker

a date-range-picker follows the Material Design spec powered by vue.js (alpha)
https://github.com/ly525/material-vue-daterange-picker

datepicker datepicker-component daterangepicker material material-design range-picker vuejs

Last synced: 2 months ago
JSON representation

a date-range-picker follows the Material Design spec powered by vue.js (alpha)

Awesome Lists containing this project

README

        

[Document](https://ly525.github.io/material-vue-daterange-picker/) | [中文文档](https://ly525.github.io/material-vue-daterange-picker/zh/)
> If the document is not accessible, please open an [issue](https://github.com/ly525/material-vue-daterange-picker/issues), I will fix it right away.


v-md-date-range-picker


Material Design
DateRangePicker for Vuejs 2.0




NPM Package Version
Build Status
NPM Download Count



### Pictures for [Examples](https://ly525.github.io/material-vue-daterange-picker/)
WX20190522-193329@2x
WX20190522-193351@2x

## Getting Started

### Installation
```console
npm install v-md-date-range-picker --save

# or use yarn
yarn add v-md-date-range-picker
```

### Quick Start
> you can use vue-cli to create project
```bash
1. npm install -g @vue/cli # or yarn global add @vue/cli
2. vue create hello-world
```

```html

```

```js
// main.js

import Vue from 'vue';
import VMdDateRangePicker from "v-md-date-range-picker";

Vue.use(VMdDateRangePicker);

```

## Build
> Powed by following:
- https://github.com/egoist/bili