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

https://github.com/break-stuff/dia-date-picker

An accessible and intuitive date picker build with standards-based web components
https://github.com/break-stuff/dia-date-picker

Last synced: 11 months ago
JSON representation

An accessible and intuitive date picker build with standards-based web components

Awesome Lists containing this project

README

          

# Dia Date Picker

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

## Installation

```bash
npm install dia-date-picker

# or

yarn add dia-date-picker
```

```js
import "dia-date-picker";
```

### CDN

```html

```

## Usage

```html

```