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
- Host: GitHub
- URL: https://github.com/break-stuff/dia-date-picker
- Owner: break-stuff
- Created: 2022-05-14T23:11:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T13:55:12.000Z (almost 4 years ago)
- Last Synced: 2025-04-15T20:16:31.448Z (about 1 year ago)
- Language: TypeScript
- Size: 6.15 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```