@lrnwebcomponents/lrn-button
v8.0.2
Published
Button element for PolymerElement
Downloads
151
Readme
lrn-button Element
Dependencies
Make sure you have Polyserve and Web Component Tester installed.
yarn install -g polyserve web-component-tester
Dev
yarn start
Test
yarn run test
Build
yarn run build
Demo
Run yarn start
and Polyserve will start a server and open your default browser to the demo page of the element.
Code style
Button (and all RHElements) use Prettier to auto-format JS and JSON. The style rules get applied when you commit a change. If you choose to, you can integrate your editor with Prettier to have the style rules applied on every save.