UNPKG

@wix/design-system

Version:

@wix/design-system

28 lines (25 loc) 968 B
### 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. - internal ### size - type: "medium" | "large" - description: Controls the size of the marketing page layout content ### overline - type: ReactNode - description: Set overline content. Accepts text string or a custom element. ### title - type: ReactNode - description: Set the page layout title. Accepts text string or a custom element. ### subtitle - type: ReactNode - description: Set pages layout subtitle. Accepts text string or a custom element. ### content - type: ReactNode - description: Sets the main content. Accepts a text paragraph or any custom elements. ### actions - type: ReactNode - description: Adds a container for page actions. Accepts single or multiple components. Most commonly contains `<Button/>` and `<TextButton/>`.