Page components
Page#
The Page component is the main wrapper for all content on the site. It is the root component for all other components.
Props#
| Prop | Description |
|---|---|
| string Page name Required |
| Renders content of the component. Required |
| undefined | Key | null The key of the field. If the key is not specified, the key is generated from the field name. |
Generic page#
The GenericPage component is the main wrapper for all content on the site. It is the root component for all other components.
Props#
| Prop | Description |
|---|---|
| string Page name Required |
| Renders content of the component. Required |
| undefined | Key | null The key of the field. If the key is not specified, the key is generated from the field name. |
Create page#
Edit page#
List page#
TitleBar#
The TitleBar component is used to display the title of the page.
| Prop | Description |
|---|---|
| Renders content of the component. Required |
| ReactNode Actions |
| undefined | HeadingProps Props that are passed to the heading |
| undefined | string Navigation |
| undefined | Key | null The key of the field. If the key is not specified, the key is generated from the field name. |