Skip to content

sircus/components-button-fill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sircus-components-button-fill

npm version

Install

npm:

$ npm install sircus-components-button-fill sircus-components-button sircus-variables

Usage

cssnext:

input.css

@import "sircus-components-button";
@import "sircus-components-button-fill";
@import "sircus-variables";

sass:

input.scss

@import "node_modules/sircus-variables/converted";
@import "node_modules/sircus-components-button/converted";
@import "node_modules/sircus-components-button-fill/converted";

html

<button class="Button Button--fill">...</button>
<a class="Button Button--fill" href="#">...</a>

<button class="Button Button--fill Button--primary">...</button>
<a class="Button Button--fill Button--primary" href="#">...</a>

Contributing

We Need Your Help!

License

Released under the MIT license.

Releases

No releases published

Packages

No packages published

Languages