BwPage | bw-page
Overview
The page component is meant to be the root element of the application. It provides landmark styles. It does not use the shadow dom.
Properties
| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
footer | footer | Sticky will make the footer stick to the bottom of the page. Static will make it scroll with the body. | "static" | "sticky" | 'static' |
leftPanel | left-panel | Controls the state of the left panel | "closed" | "minimized" | "open" | 'closed' |
rightPanel | right-panel | Controls the state of the right panel | "closed" | "minimized" | "open" | 'closed' |
CSS Custom Properties
| Name | Description |
|---|---|
--footer-height | The height of the footer |
--header-height | The height of the header |
--left-sidepanel-border | The right border of the left sidepanel |
--left-sidepanel-minimized-width | The width of the left side panel whenever it's state is minimized |
--left-sidepanel-open-width | The width of the left side panel whenever it's state is open |
--padding | The padding of the page |
--panel-bottom | The bottom of the panel |
--right-sidepanel-border | The left border of the right side panel |
--right-sidepanel-minimized-width | The width of the right side panel whenever it's state is minimized |
--right-sidepanel-open-width | The width of the right side panel whenever it's state is open |
© 2025 United Systems & Software - All Rights Reserved.