sircus-components-button-fill

Module For Button fill Modifier.

Usage no npm install needed!

<script type="module">
  import sircusComponentsButtonFill from 'https://cdn.skypack.dev/sircus-components-button-fill';
</script>

README

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.