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

https://github.com/sango-tech/buefy-daterange-picker


https://github.com/sango-tech/buefy-daterange-picker

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# buefy-daterange-picker

![Screen Shot 0003-03-29 at 10 53 12](https://user-images.githubusercontent.com/9253378/112784944-0db1cd00-907d-11eb-9f26-4a976f021c38.png)

## Installation

``` bash
# install via npm
npm i buefy-daterange-picker --save
```

### Usage
```
import 'buefy-daterange-picker/dist/buefy-daterange-picker.css'
import DateRangePicker from 'buefy-daterange-picker'



```

### Run local demo
```
npm run docs:dev
```