How pages work
MainLayout
and SplitLayout
. These components provide a consistent structure and style across your application.
SplitLayout
component. This allows you to define a left and right child component, such as a navigation list on the left and content on the right.
LinkTabs
to provide tabbed navigation. Each Tab
component corresponds to a section of the page.PageHeadline
to provide a consistent header for your pages. This can also include navigation back buttons for better user experience.