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

StoryCard / Story Card with Long Content

Testing with longer title and description text

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Molecules/StoryCard/StoryCard.cshtml", new StoryCardProps
{
"Title": "A Very Long Story Title That Tests Wrapping",
"Description": "This is a much longer description that will test how the card handles text overflow and line wrapping in the content area",
"ImageHtml": {},
"LinkText": "",
"LinkUrl": "/stories/long-content",
"LinkTarget": "",
"IsActive": false
})
♿ Accessibility