- @lion/dialog@0.6.1 - @lion/form-system@0.8.1 - @lion/icon@0.5.1 - @lion/input-datepicker@0.13.1 - @lion/overlays@0.15.1 - @lion/select-rich@0.17.1 - @lion/tooltip@0.10.2 |
||
|---|---|---|
| .. | ||
| src | ||
| stories | ||
| test | ||
| test-helpers | ||
| translations | ||
| CHANGELOG.md | ||
| index.js | ||
| lion-input-datepicker.js | ||
| package.json | ||
| README.md | ||
| test-helpers.js | ||
Input Datepicker
lion-input-datepicker component is based on the date text input field. Its purpose is to provide a way for users to fill in a date with a datepicker.
For an input field with a big range, such as birthday-input, a datepicker is not the ultimate tool, so use the standard lion-input-date.
Live Demo/Documentation
See our storybook for a live demo and API documentation
How to use
Installation
npm i --save @lion/input-datepicker
import '@lion/input-datepicker/lion-input-datepicker.js';
Example
<lion-input-datepicker label="Date" name="date"></lion-input-datepicker>