<ProductFeaturesList>
ComponentName | Description |
---|---|
heading string | Header for the list |
className string | Optional className to add to the root element |
features array | An array detailing each of the features - the icon should be a url Array members must be of the type below: |
features[x] object | Object contains nested props, see below: |
features[x].title string | name of the feature |
features[x].content string | description of the feature, html not accepted |
features[x].icon string | an icon displayed above the feature, piped in to the src of an image element |
features[x].link object | a button intended to link to more information about the feature Object contains nested props, see below: |
features[x].link.type string | link type |
features[x].link.text string | link text |
features[x].link.url string | link url |