UNPKG

@wix/design-system

Version:

@wix/design-system

22 lines (19 loc) 795 B
### 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 ### cols - type: number - description: Defines the number of columns. It is used to define how many features will be displayed in a single row. Ignored when `mobile` is enabled on `<WixDesignSystemProvider/>` — features then stack vertically in a single column. - default: 3 ### features - type: FeatureType[] - description: Specifies an array of features. It accepts following properties: * `image` - use to pass a visual representation of a feature * `title` - use to specify feature title * `text` - use to specify a short feature description.q