Skip to content

Instantly share code, notes, and snippets.

// 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>