UNPKG

@wix/design-system

Version:

@wix/design-system

45 lines (42 loc) 1.56 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. - internal ### horizontalSize - type: "medium" | "large" - description: Controls horizontal padding size. ### verticalSize - type: "medium" | "large" - description: Controls vertical padding size. ### layout - type: "imageSideEnd" | "imageTop" - description: Controls the image placement: - `imageSideEnd` - displays the image beside the content, after it. - `imageTop` - displays the image at full width above the content. - default: 'imageSideEnd' ### removeImageHorizontalPadding - type: boolean - description: Specifies whether to remove image side paddings. ### removeImageVerticalPadding - type: boolean - description: Specifies whether to remove image vertical paddings. ### content - type: ReactNode - description: Defines page content. In the majority of cases should use `<MarketingPageLayoutContent/>` component as a content. ### image - type: ReactNode - description: Accepts link to an image source or a custom media element. When `mobile` is enabled on `<WixDesignSystemProvider/>`, the image stacks above the content at full width. ### footer - type: ReactNode - description: Accepts content to be displayed at the bottom of a page. ### fullHeightImage - type: boolean - description: Specifies whether the image should take the full height. ### height - type: string - description: Controls the height of the layout.