<LearnCallout>
ComponentThe <LearnCallout />
component renders one or more callouts linking to Learn guides.
Name | Description |
---|---|
heading* string | Heading copy to show on the left/top |
product* string | Sets the brand colors to be used |
background string | URL for a background image |
items* array | Array of items to appear on the right/bottom - the icon should be a url Object contains nested props, see below: |
items.title string | name of the learn track |
items.category string | type of guide |
items.time string | estimated completion time |
items.link string | link to the actual guide |
items.image string | image used to represent the content |
className string | Optional className to add to the root element |