Skip to content

Instantly share code, notes, and snippets.

@deyceg
Created March 11, 2016 20:39
Show Gist options
  • Save deyceg/1d46900d21d7d02fa08a to your computer and use it in GitHub Desktop.
Save deyceg/1d46900d21d7d02fa08a to your computer and use it in GitHub Desktop.
<QuestionGroup key="parent">
<CollapsablePanelContainer>
<Panel>
<PanelHeaderLayout>
<PanelHeader />
</PanelHeaderLayout>
<PanelContentLayout>
<Question key="child" /> // should render out as parent.child
</PanelContentLayout>
</Panel>
</CollapsablePanelContainer>
</QuestionGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment