<UseCases>
ComponentNote: Consider reaching for Callouts
before using this component. Although it's still in use, it should be considered deprecated unless other components don't work for your use case.
A set of three horizontally-aligned images paired with a short title and descriptive text. They re-align vertically for mobile.
Name | Description |
---|---|
items* object | Array of callout items Object contains nested props, see below: |
items.title* string | Short callout item title |
items.description string | Short description. Both HTML and plain text are supported. |
items.link object | Contains a link object Object contains nested props, see below: |
items.link.title string | Link title |
items.link.url string | The link URL |
items.image object | Contains a URL prop which links to the image Object contains nested props, see below: |
items.image.url string | Path to the image |