This module is DEPRECATED
See the starter-kit
Button
Component
The wocss-components-button module contains button component, a styled button that scales to any size.
Install using npm:
$ npm install wocss-components-button --saveUsage
With a tool like webpack you can import this module writing:
// dependencies imports
@import '~wocss-components-button';Then you can use the c-button class for a styled button:
<button class="c-button" type="button">Cool</button>
<a class="c-button" href="#!">Awesome</a>Modifiers
o-button--outlinefor a outline button.o-button--ovalfor a oval button.