Attribute | Description | Type | Accepted values | Default |
---|
size | size of page | PageSize | - | medium |
render | render mode | PageRenderMode | - | default |
dotBackdrop | show decorations in the background | boolean | - | false |
... | native props | HTMLAttributes | 'id', 'className', ... | - |
Attribute | Description | Type | Accepted values | Default |
---|
center | align center | boolean | - | false |
... | native props | HTMLAttributes | 'id', 'className', ... | - |
Attribute | Description | Type | Accepted values | Default |
---|
... | native props | HTMLAttributes | 'id', 'className', ... | - |
Attribute | Description | Type | Accepted values | Default |
---|
... | native props | HTMLAttributes | 'id', 'className', ... | - |
type PageSize = string | 'mini' | 'small' | 'medium' | 'large'
type PageRenderMode =
| 'default'
| 'effect'
| 'effect-seo'