# pickadate.js

The composable date & time picker 🕰

<sup>[`future`](https://github.com/amsul/pickadate.js/tree/future) branch:</sup> [![Build status](https://travis-ci.org/amsul/pickadate.js.svg?branch=future)](https://travis-ci.org/amsul/pickadate.js) [![Coverage Status](https://coveralls.io/repos/github/amsul/pickadate.js/badge.svg?branch=future)](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:

![](docs/date-picker.png)

<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_).
