1.0.3 • Published 9 years ago

wocss-components-button v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

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 --save

Usage

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--outline for a outline button.
  • o-button--oval for a oval button.

Dependencies