https://github.com/sango-tech/buefy-daterange-picker
https://github.com/sango-tech/buefy-daterange-picker
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sango-tech/buefy-daterange-picker
- Owner: sango-tech
- License: mit
- Created: 2021-03-23T09:38:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T03:57:09.000Z (about 5 years ago)
- Last Synced: 2025-03-31T00:18:30.537Z (about 1 year ago)
- Language: Vue
- Size: 43.9 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# buefy-daterange-picker

## 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
```