Layout
Box
The Box
component is a container that can be used to wrap other components.
<Box />
Props
Prop | Description |
---|---|
| undefined | string Heading of the component. |
Layout
The Layout
component is a container that can be used to wrap other components.
<Layout />
Props
Prop | Description |
---|---|
| ReactNode The top start part of the layout. |
| ReactNode The top end part of the layout. |
| ReactNode The side bar part of the layout. |
| ReactNode The main start part of the layout. |
| ReactNode Actions |
| ReactNode The actions center part of the layout. |
| ReactNode The actions end part of the layout. |
| ReactNode The actions start part of the layout. |
| Renders content of the component. |
| undefined | Key | null The key of the field. If the key is not specified, the key is generated from the field name. |
| ReactNode The main part of the layout. |
| ReactNode The main center part of the layout. |
| ReactNode The main end part of the layout. |
| ReactNode The side bar center part of the layout. |
| ReactNode The side bar end part of the layout. |
| ReactNode The side bar start part of the layout. |
| ReactNode The top part of the layout. |
| ReactNode The top center part of the layout. |