Layout
Layout provides foundational patterns for responsive pages.
On this page
v0.36.1DeprecatedNot reviewed for accessibility
This component is deprecatedPlease consider using an alternative.
Description
Use Layout
to build a main/sidebar layout.
Arguments
Name | Type | Default | Description |
---|---|---|---|
responsive | Boolean |
| Whether to collapse layout to a single column at smaller widths. |
side | Symbol |
| Which side to display the sidebar on. One of |
sidebar_col | Integer |
| Sidebar column width. |
system_arguments | Hash | N/A |
Slots
main
The main content
Name | Type | Default | Description |
---|---|---|---|
system_arguments | Hash | N/A |
sidebar
The sidebar content
Name | Type | Default | Description |
---|---|---|---|
system_arguments | Hash | N/A |