https://github.com/sqrrl/wc-datepicker
A small, accessible and customizable datepicker written in TypeScript.
https://github.com/sqrrl/wc-datepicker
a11y accessibility calendar date-picker datepicker javascript typescript vanilla web-component webcomponent
Last synced: 6 months ago
JSON representation
A small, accessible and customizable datepicker written in TypeScript.
- Host: GitHub
- URL: https://github.com/sqrrl/wc-datepicker
- Owner: Sqrrl
- License: mit
- Created: 2022-10-29T20:07:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T18:45:54.000Z (8 months ago)
- Last Synced: 2025-04-12T02:05:55.225Z (6 months ago)
- Topics: a11y, accessibility, calendar, date-picker, datepicker, javascript, typescript, vanilla, web-component, webcomponent
- Language: TypeScript
- Homepage: https://sqrrl.github.io/wc-datepicker
- Size: 489 KB
- Stars: 59
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Features
- ๐ฆถ Small footprint: About 8 KB minified and gzipped.
- ๐ช Dependency-free: No external dependencies.
- ๐ผ Framework-agnostic: Standard Web Component that works with any framework.
- ๐ช Strongly typed: Written in TypeScript.
- ๐งโโ๏ธ Accessible: Built to support users of assistive technology.
- ๐ช๐บ Localizable: Customizable labels and date formats.
- ๐ Customizable: Semantic markup with no built-in styles.
- ๐งช Well tested: Quality assured by means of unit tests.
- ๐ Range selection: Allows to select single dates or ranges.## Documentation & Demo
**https://sqrrl.github.io/wc-datepicker**