Skip to content

Instantly share code, notes, and snippets.

@n8rzz
Last active October 30, 2021 22:02
Show Gist options
  • Save n8rzz/04786c3192c15531fab0ed1fbec04f47 to your computer and use it in GitHub Desktop.
Save n8rzz/04786c3192c15531fab0ed1fbec04f47 to your computer and use it in GitHub Desktop.
ui-experiement-usage.tsx
<UiExperiment
a={<p>Using Experiments is simple and Awesome!</p>}
b={<UiTypography component={'p'} size={'body'}>Using Experiments is simple and Awesome!</UiTypography>}
isExperiementActive={true}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment