Skip to content

Commit

Permalink
docs: version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed Oct 9, 2020
1 parent f2cfae9 commit 2c32689
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ Vue.js component for [Flatpickr](https://flatpickr.js.org/) date-time picker

## [Demo](https://ankurk91.github.io/vue-flatpickr-component/) or [JSFiddle](https://jsfiddle.net/ankurk91/63kzdwLx/)

### Version matrix

| Vue.js version | Package version | Branch |
| :--- | :---: | ---: |
| 2.x | 8.x | [8.x](https://github.com/ankurk91/vue-flatpickr-component/tree/8.x) |
| 3.x | 9.x | master |

## Features
* Reactive ``v-model`` value
- You can change flatpickr value programmatically
Expand All @@ -27,10 +34,10 @@ Vue.js component for [Flatpickr](https://flatpickr.js.org/) date-time picker
## Installation
```bash
# yarn
yarn add vue-flatpickr-component@next
yarn add vue-flatpickr-component

# npm
npm install vue-flatpickr-component@next
npm install vue-flatpickr-component
```

## Usage
Expand Down

0 comments on commit 2c32689

Please sign in to comment.