@logo-elements/date-picker
v23.0.2
Published
Web component providing a date selection field with scrollable month calendar
Downloads
61
Readme
@logo-elements/date-picker
A web component that allows to enter a date by typing or by selecting from a calendar overlay.
<logo-elements-date-picker label="Label" value="2018-12-03" clear-button-visible></logo-elements-date-picker>
Installation
Install the component:
npm i @logo-elements/date-picker -s
Once installed, import the component in your application:
import '@logo-elements/date-picker';