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

PropositionCard / Long Heading

Card with very long heading text to test wrapping

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Molecules/PropositionCard/PropositionCard.cshtml", new PropositionCardProps
{
"Category": "Category with longer text",
"Heading": "This is a very long heading that demonstrates how the component handles extended text content and wrapping behavior across multiple lines",
"IntroCopy": "Lorem ipsum dolor sit amet consectetur amet proin enim fermentum morbi gravida semper sit egestas tempor pretium vestibulum libero.",
"ParagraphCopy": "",
"ImageHtmlMobile": {},
"ImageHtmlDesktop": {},
"CallToAction": {
"Variant": "primary",
"Type": null,
"Disabled": false,
"AriaLabel": null,
"Name": null,
"Value": null,
"Action": null,
"LinkText": "Explore more",
"LinkUrl": "#",
"LinkTarget": null,
"IsActive": false
},
"Theme": "pink"
})
♿ Accessibility