@logo-elements/date-range-picker
v23.0.13
Published
Web component providing a date range selection field with scrollable month calendar
Downloads
3
Readme
@logo-elements/date-range-picker
A web component that allows to enter a date by typing or by selecting from a calendar overlay.
<logo-elements-date-range-picker label="Enter date range" value="1990-01-28" end-value="1990-01-30"></logo-elements-date-range-picker>
Installation
Install the component:
npm i @logo-elements/date-range-picker -s
Once installed, import the component in your application:
import '@logo-elements/date-range-picker';