Last active
June 6, 2017 06:23
-
-
Save jenkliu/6ee88bec32aaccefd397cae09d61e106 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// 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