Skip to content

Instantly share code, notes, and snippets.

@adamthebig
Last active September 22, 2015 15:28
Show Gist options
  • Save adamthebig/22c73e992a11f885f559 to your computer and use it in GitHub Desktop.
Save adamthebig/22c73e992a11f885f559 to your computer and use it in GitHub Desktop.
Frunt: Button Component
<button class="c-button">Default</button>
<button class="c-button --primary">Primary</button>
<button class="c-button --success">Success</button>
<button class="c-button --info">Info</button>
<button class="c-button --warning">Warning</button>
<button class="c-button --danger">Danger</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment