1.0.0-alpha.17 • Published 2 years ago

dia-date-picker v1.0.0-alpha.17

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Dia Date Picker

Dia Date Picker is a light weight framework agnostic date picker and calendar component. It is designed from the ground up to be accessibility (a11y), internationalization (i18n), and theming in mind.

Installation

npm install dia-date-picker

# or

yarn add dia-date-picker
import "dia-date-picker";

CDN

<script type="module" src="https://unpkg.com/dia-date-picker"></script>

Usage

<dia-date-picker label="My Date picker"></dia-date-picker>