lion/packages/input-amount
2020-05-18 15:25:21 +02:00
..
src fix(input-amount): set hint to use numeric on-screen keyboard (#689) 2020-04-17 17:49:14 +02:00
stories chore(input-amount): improve title of story to modify decimal amount 2020-03-19 15:34:10 +01:00
test chore: apply prettier formatting changes 2020-04-29 10:05:06 +02:00
CHANGELOG.md chore: release new versions 2020-04-29 08:07:58 +00:00
index.js feat: release inital public lion version 2019-04-26 10:37:57 +02:00
lion-input-amount.js feat: release inital public lion version 2019-04-26 10:37:57 +02:00
package.json feat: use singleton manager to support nested npm installations 2020-05-18 15:25:21 +02:00
README.md chore: remove pilot phase header 2020-04-29 10:05:06 +02:00

Input Amount

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

Live Demo/Documentation

See our storybook for a live demo and API documentation

How to use

Installation

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

Example

<lion-input-amount name="amount" currency="USD"></lion-input-amount>