lion/packages/input-amount
2020-04-02 16:25:41 +02:00
..
src chore: cleanup, fix tests 2020-03-04 17:33:09 +01:00
stories chore(input-amount): improve title of story to modify decimal amount 2020-03-19 15:34:10 +01:00
test fix(input-amount): normalize added for currency label (#618) 2020-03-04 17:33:09 +01:00
CHANGELOG.md chore: release new versions 2020-03-25 16:05:28 +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 chore: move all devDependencies to the root 2020-04-02 16:25:41 +02:00
README.md fix: update links in stories 2020-01-23 18:24:38 +01: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>