Skip to content

Instantly share code, notes, and snippets.

@batFormat
Created November 8, 2020 13:01
Show Gist options
  • Save batFormat/5513ec6e6ecd7bfb349e2544030667fd to your computer and use it in GitHub Desktop.
Save batFormat/5513ec6e6ecd7bfb349e2544030667fd to your computer and use it in GitHub Desktop.
Использование SplitLayout и SplitCol
<AdaptivityProvider>
<Root activeView="view-root">
<View
id="view-root"
activePanel="home"
>
<Panel id="home">
<PanelHeaderSimple>
Тест панель
</PanelHeaderSimple>
<SplitLayout>
<SplitCol spaced={sizeX === SizeType.REGULAR}>
<Group>Тест</Group>
</SplitCol>
</SplitLayout>
</Panel>
</View>
</Root>
</AdaptivityProvider>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment