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

CardFeature / Feature Card - Long Content

Testing with longer title and description

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Molecules/CardFeature/CardFeature.cshtml", new CardFeatureProps
{
"Type": 12,
"Category": null,
"Title": "Featured content with a much longer title to test wrapping",
"Description": "This is a featured card with a longer description to demonstrate how the component handles more content and wraps appropriately within the card layout.",
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": "",
"HeadingLevel": 3,
"LinkText": "",
"LinkUrl": "/feature",
"LinkTarget": "",
"IsActive": false
})
♿ Accessibility