Created
April 9, 2018 19:16
-
-
Save nchristus/2e5c4dc4d3c7c19c245fb293d22231a2 to your computer and use it in GitHub Desktop.
component
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
layout: default | |
title: Outline Buttons | |
category: Buttons | |
description: A variation of the basic button, which is typically used to reduce emphasis or indicate a secondary action. | |
--- | |
<button class="btn btn--outline-primary">Primary Button</button> | |
<button class="btn btn--outline-secondary">Secondary Button</button> | |
<button class="btn btn--outline-success">Success Button</button> | |
<button class="btn btn--outline-info">Info Button</button> | |
<button class="btn btn--outline-warning">Warning Button</button> | |
<button class="btn btn--outline-danger">Danger Button</button> | |
<button class="btn btn--outline-light">Light Button</button> | |
<button class="btn btn--outline-dark">Dark Button</button> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment