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

ImageCaption / Image with Long Caption

Tests text wrapping with longer caption content

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Molecules/ImageCaption/ImageCaption.cshtml", new ImageCaptionProps
{
"ImageHtml": {},
"Caption": "This is a much longer caption that tests how the component handles extensive text content. It includes multiple sentences to ensure proper wrapping and spacing within the caption area.",
"ModifierClasses": ""
})
♿ Accessibility