app-datepicker-rtl
Version:
A custom datepicker element based on Google's Material Design built from scratch with lit-element. Fork of app-datepicker by motts.
18 lines (10 loc) • 482 B
Markdown
# app-datepicker-rtl
Datepicker element built with lit-element and Material Design 2.
This is a fork of [app-datepicker](https://github.com/motss/app-datepicker) by motts. Th fork adds RTL support, which is not in the original library (or wasn't at the time).
</div>
<hr />
## Installation
```sh
$ npm i app-datepicker-rtl
```
For all other documentation, instructions, caveats etc, please see the [app-datepicker repo](https://github.com/motss/app-datepicker).