lion/packages/button
Wessel Loth 954adc5659 fix(button): run regexp once instead of every render cycle
chore: add browserDetection utility to @lion/core

Use it to fix test involving checking the userAgent in LionButton

chore: add browserDetection util to aria element sorting
2020-02-06 11:16:24 +01:00
..
src fix(button): run regexp once instead of every render cycle 2020-02-06 11:16:24 +01:00
stories feat: improved storybook demos 2020-01-13 13:58:03 +01:00
test fix(button): run regexp once instead of every render cycle 2020-02-06 11:16:24 +01:00
CHANGELOG.md chore: release new versions 2020-01-30 12:00:38 +00:00
index.js feat: release inital public lion version 2019-04-26 10:37:57 +02:00
lion-button.js feat: release inital public lion version 2019-04-26 10:37:57 +02:00
package.json chore: release new versions 2020-01-30 12:00:38 +00:00
README.md feat: improved storybook demos 2020-01-13 13:58:03 +01:00

Button

lion-button provides a button component that is easily stylable and is accessible.

Live Demo/Documentation

See our storybook for a live demo and API documentation

How to use

Installation

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

Example

<lion-button>Button Text</lion-button>