Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/harryy2510/vue-datepicker


https://github.com/harryy2510/vue-datepicker

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Vue Datepicker Component

Vue.js component for [Flatpickr](https://chmln.github.io/flatpickr/) datepicker

## Installation
```bash
# npm
npm install @harryy/vue-flatpickr --save

# Yarn
yarn add @harryy/vue-flatpickr
```

## Usage
#### Minimal example
```html



import datepicker from '@harryy/datepicker';

export default {
data () {
return {
date: null,
}
},
components: {
datepicker
}
}

```

## Events
```html

```