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

PromoteCta / No Description

PromoteCta with only a title and button

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Molecules/PromoteCta/PromoteCta.cshtml", new PromoteCtaProps
{
"Title": "Donate to our research",
"HeadingLevel": 3,
"Description": null,
"Button": {
"Variant": "secondary",
"Type": null,
"Disabled": false,
"AriaLabel": null,
"Name": null,
"Value": null,
"Action": null,
"LinkText": "Donate now",
"LinkUrl": "#",
"LinkTarget": null,
"IsActive": false
}
})
♿ Accessibility