lion/packages/button
CircleCI 4ce24576a7 chore: release new versions
- @lion/button@0.5.3
 - @lion/calendar@0.6.6
 - @lion/input-datepicker@0.8.6
 - @lion/select-rich@0.9.6
 - @lion/switch@0.5.5
2020-01-30 12:00:38 +00:00
..
src fix(button): using space on button should not scroll page (#531) 2020-01-30 12:58:02 +01:00
stories feat: improved storybook demos 2020-01-13 13:58:03 +01:00
test feat: integrate and pass automated a11y testing 2019-12-03 15:15:01 +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>