Page component
The Page
component displays a simple page with a title and content.
Properties
title
string
, optionalThe title displayed at the top of the page. If not provided, the navigation item name will be used as the default.
headerRightSection
ReactNode
, optionalA custom component displayed on the right side of the page header.
headerBottomSection
ReactNode
, optionalA custom component displayed below the page header.
children
ReactNode
, optionalThe content of the page passed as children. This can be any valid React element.