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.
npm install dia-date-picker
# or
yarn add dia-date-pickerimport "dia-date-picker";<script type="module" src="https://unpkg.com/dia-date-picker"></script><dia-date-picker label="My Date picker"></dia-date-picker>