Page
Deprecated
The Page component is deprecated and will be removed in a future release.
Please use PageLayout instead.
The Page component provides the basic layout for your app with slots for a
header, sidebar, main content, and a detail view. The Main slot is the only
slot that is mandatory for rendering the Page; every other slot is optional.
Check out the UI and design guidelines for more information on how to structure your app using the page.
Changes to Page. The full components changelog also lists package-wide and cross-cutting entries.
3.14.0
Updates
- Fixed the sidebar and details panels not being exposed as landmark regions to assistive technologies when rendered in split mode. (APPDEV-19221)
3.8.0
Deprecations
- Deprecated the
Pagecomponent and all its related types and sub-components. Please usePageLayoutinstead. (APPDEV-18104)
Updates
- Aligned the styling of the collapsed sidebar with that of the
PageLayoutcomponent. (APPDEV-18295)
3.7.0
Updates
- Fixed the PageLayout resize handler element space when the visual refresh is enabled. (APPDEV-17898)
3.5.0
Updates
PageLayoutis now available as a new, more flexible replacement forPage. (APPDEV-17730)
3.3.1
Updates
- User-provided
data-dt-nameanddata-dt-propertiesattributes onPage.PanelControlButtonare no longer overridden by the default values. (APPDEV-17287)
3.3.0
Updates
- Added
data-dt-propertiesattribute to the 'Expand' and 'Collapse' buttons, 'Close' button, and resize handles.
3.2.0
Updates
- Added
data-dt-nameattributes to expand/collapse, open, and close buttons, as well as the resize handler of the sidebar and detail view panels. (APPDEV-16671)