Skip to main content

Page

This component should be used to wrap all pages in the dashboard. It provides a consistent layout as well as a context for the slot-based PageBlock system.

The typical hierarchy of a page is as follows:

Example

Tsx
Signature

Parameters

props

parameterReadonly<PageProps>

The props used to configure the Page component.

Signature
  • Extends: ComponentProps<'div'>

pageId

propertystring

A string identifier for the page, e.g. "product-list", "review-detail", etc.

entity

propertyany

form

propertyUseFormReturn<any>

submitHandler

propertyany
Was this chapter helpful?
Report Issue
Edited Feb 23, 2026ยทEdit this page