lion-input
component is a webcomponent that enhances the functionality of the native <input>
element.
See our storybook for a live demo and API documentation
npm i --save @lion/input
import '@lion/input/lion-input.js';
<lion-input label="My label" name="myName" .modelValue="${'foo'}"></lion-input>