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

FeatureSingle / With Two Buttons

Feature single with primary and secondary buttons

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
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/FeatureSingle/FeatureSingle.cshtml", new FeatureSingleProps
{
"ImageHtml": {},
"Category": "Events",
"Title": "Join our fundraising events",
"Subtitle": "Make a difference by participating in our community fundraising activities.",
"PrimaryButton": {
"Variant": "primary",
"Type": null,
"Disabled": false,
"AriaLabel": null,
"Name": null,
"Value": null,
"Action": null,
"LinkText": "View events",
"LinkUrl": "#",
"LinkTarget": null,
"IsActive": false
},
"SecondaryButton": {
"Variant": "secondary",
"Type": null,
"Disabled": false,
"AriaLabel": null,
"Name": null,
"Value": null,
"Action": null,
"LinkText": "Learn more",
"LinkUrl": "#",
"LinkTarget": null,
"IsActive": false
},
"PopUp": null
})
♿ Accessibility