Skip to main content

Pages

Generic page​

The GenericPage component is the main wrapper for all content on the site. It is the root component for all other components.

<GenericPage pageName="articleList">
...
</GenericPage>

Props​

PropDescription

name

string

Page name

Required

children

Renders content of the component.

Required

key

undefined | Key | null

The key of the field. If the key is not specified, the key is generated from the field name.

Create page​

The CreatePage component is the main wrapper for all content on the site. It is the root component for all other components.

<CreatePage name="editUser"> ... </CreatePage>

Props​

PropDescription

name

string

Page name

Required

children

Renders content of the component.

Required

key

undefined | Key | null

The key of the field. If the key is not specified, the key is generated from the field name.