Responsive
Atoms
FormLabel
Default
Molecules
ContactDetails
Default
Organisms
HeaderMinimal
Default
ServicesGroupFinderBlock
With Results No Results

FeaturedBlock / Without Call-to-Action Button

Featured links block without bottom CTA button

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Organisms/FeaturedBlock/FeaturedBlock.cshtml", new FeaturedBlockProps
{
"Title": "Featured content",
"HeadingLevel": 2,
"CardHeadingLevel": 3,
"Cards": [
{
"Title": "First item",
"Category": null,
"Description": "Description for the first featured item.",
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": null,
"HeadingLevel": 3,
"Type": 12,
"LinkText": null,
"LinkUrl": "#",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "Second item",
"Category": null,
"Description": "Description for the second featured item.",
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": null,
"HeadingLevel": 3,
"Type": 12,
"LinkText": null,
"LinkUrl": "#",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "Third item",
"Category": null,
"Description": "Description for the third featured item.",
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": null,
"HeadingLevel": 3,
"Type": 12,
"LinkText": null,
"LinkUrl": "#",
"LinkTarget": null,
"IsActive": false
}
],
"CallToAction": null,
"BgColor": "cream"
})
♿ Accessibility