UNPKG

@wix/design-system

Version:

@wix/design-system

34 lines (30 loc) 1.03 kB
### dataHook - type: string - description: Applies a data-hook HTML attribute that can be used in the tests. ### className - type: string - description: Specifies a CSS class name to be appended to the component’s root element. ### horizontalSize - type: enum - description: Controls horizontal padding size. ### verticalSize - type: enum - description: Controls vertical padding size. ### removeImageHorizontalPadding - type: bool - description: Specifies whether to remove image side paddings. ### removeImageVerticalPadding - type: bool - description: Specifies whether to remove image vertical paddings. ### content - type: node - description: Defines page content. In the majority of cases should use `<MarketingPageLayoutContent/>` component as a content. ### image - type: node - description: Accepts link to an image source or a custom media element. ### footer - type: node - description: Accepts content to be displayed at the bottom of a page. ### fullheightImage - type: any - description: No description