@wix/design-system
Version:
@wix/design-system
28 lines (24 loc) • 933 B
Markdown
### dataHook
- type: string
- description: Applies a data-hook HTML attribute that can be used in tests
### className
- type: string
- description: Specifies a CSS class name to be appended to the component’s root element.
### size
- type: enum
- description: Controls the size of the marketing page layout content
### overline
- type: node
- description: Set overline content. Accepts text string or a custom element.
### title
- type: node
- description: Set the page layout title. Accepts text string or a custom element.
### subtitle
- type: node
- description: Set pages layout subtitle. Accepts text string or a custom element.
### content
- type: node
- description: Sets the main content. Accepts a text paragraph or any custom elements.
### actions
- type: node
- description: Adds a container for page actions. Accepts single or multiple components. Most commonly contains `<Button/>` and `<TextButton/>`.