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

QuoteWithImage / Quote without Image

Quote component with text only, no image

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Organisms/QuoteWithImage/QuoteWithImage.cshtml", new QuoteWithImageProps
{
"QuoteText": "Early detection saves lives. Regular screening is crucial for breast cancer prevention.",
"Author": "Dr. Sarah Johnson",
"Role": "Breast Cancer Specialist",
"ImageHtml": null,
"BgColor": "bg-lightpink-400"
})
♿ Accessibility