Custom Element for a lightweight, library-free datepicker that enhances native date inputs with modern styling and extended functionality.
npm install @sonicgarden/native-datepicker-elementCustom Element for a lightweight, library-free datepicker that enhances native date inputs with modern styling and extended functionality.
Easy to integrate and customize, this solution provides a seamless user experience without additional dependencies.
```
$ npm install --save @sonicgarden/native-datepicker-element
`js`
import '@sonicgarden/native-datepicker-element'
`html``
Browsers without native [custom element support][support] require a [polyfill][].
- Chrome
- Firefox
- Safari
- Microsoft Edge
[support]: https://caniuse.com/custom-elementsv1
[polyfill]: https://github.com/webcomponents/custom-elements
Distributed under the MIT license. See LICENSE for details.