These primary elements do not require any configuration and should be used to build a common skeleton of a page.
Other helpers, such as Page.Grid, Page.Row and Page.Column are thin wrappers over Grid components and share the same API.
Name | Type | Required | Default | Description |
---|---|---|---|---|
as | string | ComponentType<any> | false | ||
children | ReactNode | false | ||
className | string | false | Additional classNames | |
open | boolean | false |
| |
style | CSSProperties | false | Additional CSS styles |
Name | Type | Required | Default | Description |
---|---|---|---|---|
as | string | ComponentType<any> | false | ||
children | ReactNode | false | Instead of using the default children, you can pass in your own. | |
className | string | false | Additional classNames | |
style | CSSProperties | false | Additional CSS styles | |
transparent | boolean | false |
|
Instead of using the default children, you can pass in your own.