An open API service indexing awesome lists of open source software.

https://github.com/soyuka/dpicker

A framework-agnostic minimal date picker
https://github.com/soyuka/dpicker

calendar date date-picker datetime datetime-picker time

Last synced: 4 months ago
JSON representation

A framework-agnostic minimal date picker

Awesome Lists containing this project

README

          

# DPicker

[![Build Status](https://img.shields.io/travis/soyuka/dpicker.svg)](https://travis-ci.org/soyuka/dpicker)
[![codecov](https://img.shields.io/codecov/c/github/soyuka/dpicker.svg)](https://codecov.io/gh/soyuka/dpicker)

A framework-agnostic minimal date picker.

## Quick start

```html

[].slice.call(document.querySelectorAll('input[type="date"],input[type="datetime"]')).forEach(function(e){new dpicker(e);});

```

## Read the docs

- [Full Documentation (web)](https://soyuka.github.io/dpicker/)
- [/docs](https://github.com/soyuka/dpicker/tree/master/docs)

## License

MIT