Skip to content

Bartimeys/buttons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

git clone git@github.com:Bartimeys/buttons.git
cd buttons
npm install
npm run gulp

Default button (you can use any type of html tag):

<a href="#" class="button">Brand</a>
<a href="#" class="button button-default">Neutral</a>
<button class="button button-success">Success</button>
<div class="button button-warning">Warning</div>
<span class="button button-danger">Danger</span>

ScreenShot