[![@sum.cumo/vue-datepicker](https://badgen.net/bundlephobia/min/@sum.cumo/vue-datepicker)](https://bundlephobia.com/result?p=@sum.cumo/vue-datepicker)
[![@sum.cumo/vue-datepicker](https://badgen.net/npm/v/@sum.cumo/vue-datepicker)](https://www.npmjs.com/package/@sum.cumo/vue-datepicker)

# Datepicker

This is a fork from the project [vuejs-datepicker](https://github.com/charliekassel/vuejs-datepicker)
which is licensed under the [MIT](https://github.com/charliekassel/vuejs-datepicker/blob/master/LICENSE) license.
Thanks to the original creators [charliekassel](https://github.com/charliekassel) for the great work.

A datepicker Vue component. Compatible with Vue 2.x.

- [Features](#features)
- [Documentation](#Documentation)
- [Contribution](#Contribution)
- [License](#License)

## Features

- accepts keyboard input
- internationalized
- date picker
- disable dates
- highlight dates
- inline calendar
- auto-alignment
- compatible with Bootstrap
- custom slots
- append to body

## Documentation

Checkout the vuepress [Documentation](https://sumcumo.github.io/vue-datepicker/).
There you will also find the [Demo](https://sumcumo.github.io/vue-datepicker/demo/) pages
and the [Migration](https://sumcumo.github.io/vue-datepicker/guide/Migration) guide.

## Contribution

Please feel free to [open up an issue](https://github.com/sumcumo/vue-datepicker/issues/new) or provide a pull request.

## License

Copyright 2019 [sum.cumo GmbH](https://www.sumcumo.com/)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
