Skip to content

Instantly share code, notes, and snippets.

@tylerlee
Last active January 2, 2016 17:59
Show Gist options
  • Select an option

  • Save tylerlee/8340881 to your computer and use it in GitHub Desktop.

Select an option

Save tylerlee/8340881 to your computer and use it in GitHub Desktop.
# Basic Button
<%= the_button 'A Basic Button' %>
# Button + Icon
<%= the_button 'A File Icon', '', icon: 'file' %>
# Primary Button
# Used to represent the main action on a webpage
<%= the_button 'Primary Action', '', type: 'primary' %>
# Simple Button
<%= the_button 'Simple Button', '', type: 'text' %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment