@abelgarcia2/date-picker
v0.1.2-dev
Published
A simple date picker web component built with Vanilla JS
Downloads
15
Maintainers
Readme
<date-picker/>
A simple date picker web component built with Vanilla JS 🗓️
Usage
First import the component
<script src="https://unpkg.com/@abelgarcia2/[email protected]/dist/bundle.min.js"></script>
Then use the component in your html
<date-picker id="picker" style="width: 300px;"></date-picker>
Get selected date
document.getElementById("picker").getSelectedDate()
Example
See working example at codi.link