Page components
#
PageThe Page
component is the main wrapper for all content on the site. It is the root component for all other components.
#
PropsProp | 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 pageThe GenericPage
component is the main wrapper for all content on the site. It is the root component for all other components.
#
PropsProp | 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#
TitleBarThe 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. |