Created
August 13, 2018 19:48
-
-
Save sendgrid-gists/368238fe9284cb5e9a50cff30b67334f to your computer and use it in GitHub Desktop.
SendGrid style-guide tabs with addon
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
| <div class="tab-component-wrapper"> | |
| <ul class="tab-wrapper is-centered"> | |
| <li class="tab is-active"> | |
| <div class="tab-title">Settings</div> | |
| </li> | |
| <li class="tab"> | |
| <div class="tab-title">Tags</div> | |
| </li> | |
| <li class="tab"> | |
| <div class="tab-title">A/B Testing</div> | |
| </li> | |
| </ul> | |
| <div class="tab-addon is-right"> | |
| <i class="sg-icon sg-icon-x is-size-20"></i> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment