Created
March 14, 2017 17:42
SendGrid style-guide a/b testing tabs
This file contains 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
<ul class="tab-wrapper is-ab-testing is-6-up"> | |
<li class="tab is-active"><span class="badge crown">A</span></li> | |
<li class="tab"><span class="badge screample">B</span></li> | |
<li class="tab"><span class="badge ron-burgundy">C</span></li> | |
<li class="tab"><span class="badge carrot">D</span></li> | |
<li class="tab"><span class="badge mango">E</span></li> | |
<li class="tab"><span class="badge spruce">F</span></li> | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment