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

Accordion / With Long Title

Accordion with a very long title text

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Organisms/Accordion/Accordion.cshtml", new AccordionProps
{
"Title": "This is a very long accordion title that demonstrates how the component handles extended heading text",
"BackgroundColor": "bg-pink",
"Items": [
{
"Question": "Sample question",
"Answer": "\u003Cp\u003ESample answer content.\u003C/p\u003E",
"IsExpanded": false
}
]
})
♿ Accessibility