Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

wocss/components.button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages