Co-authored-by: Joren Broekema <Joren.Broekema@ing.com> Co-authored-by: Alex Ghiu <Alex.Ghiu@ing.com> Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
531 B
531 B
Input
lion-input component is a webcomponent that enhances the functionality of the native <input> element.
Live Demo/Documentation
See our storybook for a live demo and API documentation
How to use
Installation
npm i --save @lion/input
import '@lion/input/lion-input.js';
Example
<lion-input label="My label" name="myName" .modelValue="${'foo'}"></lion-input>