Button component pack for Seed!
Install
npm install seed-button --save
Documentation
Check out our documentation of this pack.
Basic Usage
SCSS
This seed pack needs to be imported into your sass pipeline. Below is an example using Gulp:
var gulp = ;var sass = ;var pack = ; gulp;
Once that is setup, simply @import
seed-button as needed in your .scss
file:
// Packs ;
Options
This Pack's variables can be found in _config.scss
.
This Pack also has additional configs specifically for color, found in /configs/_color.scss
.
Tests
seed-button
has tests written with seed-barista (powered by Mocha).
Run tests locally:
npm test