···77import { Example } from '../../../lib/Example'
88import { Basic } from '../../../examples/sidebar-layout/basic'
99import { WithHeaderLayout } from '../../../examples/sidebar-layout/with-header-layout'
1010+import { WithHeaderLayoutWrapper } from '../../../examples/sidebar-layout/with-header-layout-wrapper'
10111112<Example src={Basic} noPadding />
1213···3132You can combine the sidebar layout with the header layout to create a page layout with a sidebar and header.
32333334<Example src={WithHeaderLayout} noPadding />
3535+3636+You can also wrap the sidebar layout in a header layout.
3737+3838+<Example src={WithHeaderLayoutWrapper} noPadding />
34393540## Related Components
3641