dia-date-picker
v1.0.0-alpha.17
Published
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.
Maintainers
Readme
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-pickerimport "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>