Skip to content

Instantly share code, notes, and snippets.

@roykolak
Created June 23, 2015 03:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roykolak/afda5e53495fd6116fb6 to your computer and use it in GitHub Desktop.
Save roykolak/afda5e53495fd6116fb6 to your computer and use it in GitHub Desktop.
experiment-api.html
<ui-experiment>
<ui-variant id="control">
<h3>Control</h3>
</ui-variant>
<ui-variant id="variant1">
<h3>Variant 1</h3>
</ui-variant>
<ui-variant id="variant2">
<h3>Variant 2</h3>
</ui-variant>
</ui-experiment>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment