<LearnCallout> ComponentThe <LearnCallout /> component renders one or more callouts linking to Learn guides.
<LearnCalloutheadline="Learn the latest Nomad skills"product="nomad"background=""items={[{title: 'Getting Started',category: 'Step-by-Step Guides',time: '24 mins',link: 'https://learn.hashicorp.com/collections/nomad/get-started',image: 'https://www.datocms-assets.com/2885/1600191254-hashicorp-icon.svg',},{title: 'Deploy and Manage Nomad Jobs',category: 'Step-by-Step Guides',time: '36 mins',link: 'https://learn.hashicorp.com/collections/nomad/manage-jobs',image: 'https://www.datocms-assets.com/2885/1600191254-hashicorp-icon.svg',},]}/>
| Name | Description |
|---|---|
heading*string | Heading copy to show on the left/top |
product*string | Sets the brand colors to be used |
backgroundstring | 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.titlestring | name of the learn track |
items.categorystring | type of guide |
items.timestring | estimated completion time |
items.linkstring | link to the actual guide |
items.imagestring | image used to represent the content |
classNamestring | Optional className to add to the root element |