<SplitPageLayout><SplitPageLayout.Header><Placeholder label="Header" height={64} /></SplitPageLayout.Header><SplitPageLayout.Pane><Placeholder label="Pane" height={120} /></SplitPageLayout.Pane><SplitPageLayout.Content><Placeholder label="Content" height={240} /></SplitPageLayout.Content><SplitPageLayout.Footer><Placeholder label="Footer" height={64} /></SplitPageLayout.Footer></SplitPageLayout>
<SplitPageLayout><SplitPageLayout.Header><Placeholder label="Header" height={64} /></SplitPageLayout.Header><SplitPageLayout.Pane hidden={{narrow: true}}><Placeholder label="Pane" height={120} /></SplitPageLayout.Pane><SplitPageLayout.Content><Placeholder label="Content" height={240} /></SplitPageLayout.Content><SplitPageLayout.Footer><Placeholder label="Footer" height={64} /></SplitPageLayout.Footer></SplitPageLayout>
<SplitPageLayout><SplitPageLayout.Header><Placeholder label="Header" height={64} /></SplitPageLayout.Header><SplitPageLayout.Pane><Placeholder label="Pane" height={120} /></SplitPageLayout.Pane><SplitPageLayout.Content hidden={{narrow: true}}><Placeholder label="Content" height={240} /></SplitPageLayout.Content><SplitPageLayout.Footer><Placeholder label="Footer" height={64} /></SplitPageLayout.Footer></SplitPageLayout>
<SplitPageLayout><SplitPageLayout.Header divider="none"><Placeholder label="Header" height={64} /></SplitPageLayout.Header><SplitPageLayout.Pane divider="none"><Placeholder label="Pane" height={120} /></SplitPageLayout.Pane><SplitPageLayout.Content><Placeholder label="Content" height={240} /></SplitPageLayout.Content><SplitPageLayout.Footer divider="none"><Placeholder label="Footer" height={64} /></SplitPageLayout.Footer></SplitPageLayout>
<SplitPageLayout><SplitPageLayout.Header><Placeholder label="Header" height={64} /></SplitPageLayout.Header><SplitPageLayout.Content><Placeholder label="Content" height={240} /></SplitPageLayout.Content><SplitPageLayout.Pane position="end"><Placeholder label="Pane" height={120} /></SplitPageLayout.Pane><SplitPageLayout.Footer><Placeholder label="Footer" height={64} /></SplitPageLayout.Footer></SplitPageLayout>
<SplitPageLayout><SplitPageLayout.Header padding="none"><Placeholder label="Header" height={64} /></SplitPageLayout.Header><SplitPageLayout.Pane padding="none"><Placeholder label="Pane" height={120} /></SplitPageLayout.Pane><SplitPageLayout.Content padding="none"><Placeholder label="Content" height={240} /></SplitPageLayout.Content><SplitPageLayout.Footer padding="none"><Placeholder label="Footer" height={64} /></SplitPageLayout.Footer></SplitPageLayout>
<SplitPageLayout><SplitPageLayout.Pane><Placeholder label="Pane" height={120} /></SplitPageLayout.Pane><SplitPageLayout.Content><Placeholder label="Content" height={240} /></SplitPageLayout.Content></SplitPageLayout>
<SplitPageLayout><SplitPageLayout.Header><Placeholder label="Header" height={64} /></SplitPageLayout.Header><SplitPageLayout.Pane sticky={false}><Placeholder label="Pane" height={120} /></SplitPageLayout.Pane><SplitPageLayout.Content><Placeholder label="Content" height={240} /></SplitPageLayout.Content><SplitPageLayout.Footer><Placeholder label="Footer" height={64} /></SplitPageLayout.Footer></SplitPageLayout>
Name | Type | Default | Description |
---|---|---|---|
sx | SystemStyleObject | Style overrides to apply to the component. See also overriding styles. |
Name | Type | Default | Description |
---|---|---|---|
divider | ResponsiveValue< 'none' | 'line', 'none' | 'line' | 'filled' > | 'line' | |
hidden | ResponsiveValue<boolean> | false | Whether the header is hidden. |
padding | | 'none' | 'normal' | 'condensed' | 'normal' | |
sx | SystemStyleObject | Style overrides to apply to the component. See also overriding styles. |
Name | Type | Default | Description |
---|---|---|---|
width | | 'full' | 'medium' | 'large' | 'xlarge' | 'xlarge' | The maximum width of the content region. |
hidden | ResponsiveValue<boolean> | false | Whether the content is hidden. |
padding | | 'none' | 'normal' | 'condensed' | 'normal' | |
sx | SystemStyleObject | Style overrides to apply to the component. See also overriding styles. |
Name | Type | Default | Description |
---|---|---|---|
position | ResponsiveValue< 'start' | 'end' > | 'start' | |
width | | 'small' | 'medium' | 'large' | 'medium' | The width of the pane. |
sticky | boolean | true | Whether the pane is sticky. |
divider | ResponsiveValue< 'none' | 'line', 'none' | 'line' | 'filled' > | 'line' | |
hidden | ResponsiveValue<boolean> | false | Whether the pane is hidden. |
padding | | 'none' | 'normal' | 'condensed' | 'normal' | |
sx | SystemStyleObject | Style overrides to apply to the component. See also overriding styles. |
Name | Type | Default | Description |
---|---|---|---|
divider | ResponsiveValue< 'none' | 'line', 'none' | 'line' | 'filled' > | 'line' | |
hidden | ResponsiveValue<boolean> | false | Whether the footer is hidden. |
padding | | 'none' | 'normal' | 'condensed' | 'normal' | |
sx | SystemStyleObject | Style overrides to apply to the component. See also overriding styles. |