Skip to content

Instantly share code, notes, and snippets.

@sendgrid-gists
Created August 13, 2018 19:48
Show Gist options
  • Select an option

  • Save sendgrid-gists/368238fe9284cb5e9a50cff30b67334f to your computer and use it in GitHub Desktop.

Select an option

Save sendgrid-gists/368238fe9284cb5e9a50cff30b67334f to your computer and use it in GitHub Desktop.
SendGrid style-guide tabs with addon
<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