0.1.2-dev • Published 20 days ago

@abelgarcia2/date-picker v0.1.2-dev

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
20 days ago

<date-picker/>

A simple date picker web component built with Vanilla JS 🗓️

Usage

First import the component

<script src="https://unpkg.com/@abelgarcia2/date-picker@0.1.0-dev/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