Skip to content

Instantly share code, notes, and snippets.

@jenkliu
Last active June 6, 2017 06:23
Show Gist options
  • Save jenkliu/6ee88bec32aaccefd397cae09d61e106 to your computer and use it in GitHub Desktop.
Save jenkliu/6ee88bec32aaccefd397cae09d61e106 to your computer and use it in GitHub Desktop.
// This is a simplified version of the SetPageEmbedModal component hierarchy
<UIModal>
<UIParagraph>Select a study mode...</UIParagraph>
<UIRow>
<UIDropdown>{options}</UIDropdown>
<UIButton>Copy HTML</UIButton>
</UIRow>
<UIRow>
<UITextarea />
</UIRow>
</UIModal>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment