lion/packages/input-date
2020-04-29 10:05:06 +02:00
..
src fix(input-date): do not throw for invalid date instances 2020-03-09 13:04:30 +01:00
stories fix: update links in stories 2020-01-23 18:24:38 +01:00
test chore: apply prettier formatting changes 2020-04-29 10:05:06 +02:00
CHANGELOG.md chore: release new versions 2020-04-02 14:28:44 +00:00
index.js feat: release inital public lion version 2019-04-26 10:37:57 +02:00
lion-input-date.js feat: release inital public lion version 2019-04-26 10:37:57 +02:00
package.json chore: release new versions 2020-04-02 14:28:44 +00:00
README.md fix: update links in stories 2020-01-23 18:24:38 +01:00

Input Date

lion-input-date component is based on the generic text input field. Its purpose is to provide a way for users to fill in a date.

Live Demo/Documentation

See our storybook for a live demo and API documentation

How to use

Installation

npm i --save @lion/input-date
import '@lion/input-date/lion-input-date.js';

Example

<lion-input-date></lion-input-date>