pickadate
Version:
The composable date & time picker.
43 lines (26 loc) ⢠3.03 kB
Markdown
# pickadate.js
The composable date & time picker š°
<sup>[`future`](https://github.com/amsul/pickadate.js/tree/future) branch:</sup> [](https://travis-ci.org/amsul/pickadate.js) [](https://coveralls.io/github/amsul/pickadate.js?branch=future)
### Example
Write this:
```js
const element = document.getElementById('pickadate')
const picker = pickadate.create()
pickadate.render(element, picker)
```
To render this:

<br />
## Contributors
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore -->
| [<img src="https://avatars3.githubusercontent.com/u/685051?v=4" width="100px;"/><br /><sub><b>amsul</b></sub>](http://amsul.ca)<br />[š¬](#question-amsul "Answering Questions") [š](#blog-amsul "Blogposts") [š](https://github.com/Amsul/pickadate.js/issues?q=author%3Aamsul "Bug reports") [š»](https://github.com/Amsul/pickadate.js/commits?author=amsul "Code") [šØ](#design-amsul "Design") [š](https://github.com/Amsul/pickadate.js/commits?author=amsul "Documentation") [š”](#example-amsul "Examples") [š](#review-amsul "Reviewed Pull Requests") [ā ļø](https://github.com/Amsul/pickadate.js/commits?author=amsul "Tests") [š](#translation-amsul "Translation") [ā
](#tutorial-amsul "Tutorials") | [<img src="https://avatars1.githubusercontent.com/u/827205?v=4" width="100px;"/><br /><sub><b>Daniel Ruf</b></sub>](https://daniel-ruf.de)<br />[š¬](#question-DanielRuf "Answering Questions") [š](https://github.com/Amsul/pickadate.js/issues?q=author%3ADanielRuf "Bug reports") [š»](https://github.com/Amsul/pickadate.js/commits?author=DanielRuf "Code") [š](#review-DanielRuf "Reviewed Pull Requests") | [<img src="https://avatars3.githubusercontent.com/u/5395567?v=4" width="100px;"/><br /><sub><b>Joseph Rex</b></sub>](https://josephrex.me)<br />[š¬](#question-josephrexme "Answering Questions") [š](https://github.com/Amsul/pickadate.js/issues?q=author%3Ajosephrexme "Bug reports") [š»](https://github.com/Amsul/pickadate.js/commits?author=josephrexme "Code") [š](#review-josephrexme "Reviewed Pull Requests") | [<img src="https://avatars2.githubusercontent.com/u/4886073?v=4" width="100px;"/><br /><sub><b>Johnson Su</b></sub>](https://johnsonsu.com)<br />[š»](https://github.com/Amsul/pickadate.js/commits?author=johnsonsu "Code") [š¤](#ideas-johnsonsu "Ideas, Planning, & Feedback") |
| :---: | :---: | :---: | :---: |
<!-- ALL-CONTRIBUTORS-LIST:END -->
š Interested becoming a contributor too?
Awesome! This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors)
specification. Contributions of any kind are welcome!
<br />
## License
Licensed under [MIT](https://raw.githubusercontent.com/amsul/pickadate.js/master/LICENSE.md).
Originally authored by [Amsul](http://twitter.com/amsul_).