Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed Aug 28, 2021
1 parent 97a12f9 commit 199bbbf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [9.0.5](https://github.com/ankurk91/vue-flatpickr-component/compare/9.0.4...9.0.5)

* Fix: [#238](https://github.com/ankurk91/vue-flatpickr-component/pull/238)
*
## [9.0.4](https://github.com/ankurk91/vue-flatpickr-component/compare/9.0.3...9.0.4)

* Fix: [#224](https://github.com/ankurk91/vue-flatpickr-component/issues/224)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ Vue.js component for [Flatpickr](https://flatpickr.js.org/) date-time picker.

## Features

* Reactive ``v-model`` value
* Reactive `v-model` value
- You can change flatpickr value programmatically
* Reactive [config](https://flatpickr.js.org/options/) options
- You can change config options dynamically
- Component will watch for any changes and redraw itself
* Can emit all possible [events](https://flatpickr.js.org/events/)
* Compatible with [Bootstrap](http://getbootstrap.com/) or any other CSS framework
* Supports [wrapped](https://flatpickr.js.org/examples/#flatpickr-external-elements) mode
- Just set ``wrap:true`` in config and component will take care of all
- Just set `wrap:true` in config and component will take care of all
* Works with validation libraries

## Installation
Expand Down Expand Up @@ -73,7 +73,7 @@ npm install vue-flatpickr-component

#### Detailed example

Using Bootstrap [input group](https://getbootstrap.com/docs/4.5/components/input-group/) and Font Awesome icons
Using Bootstrap [input group](https://getbootstrap.com/docs/4.6/components/input-group/) and Font Awesome icons

```html

Expand Down

0 comments on commit 199bbbf

Please sign in to comment.