A collapsible section component that displays a list of accessibility check results.
Each section can be expanded or collapsed to show or hide the detailed results.
Parameters
props: {data?:never[];title?:string}
Component props
Optionaldata?: never[]
Array of accessibility check results to display
Optionaltitle?: string
The title of the section (e.g., "Failed Checks" or "Passed Checks")
Returns Element
A collapsible section containing accessibility check results
A collapsible section component that displays a list of accessibility check results. Each section can be expanded or collapsed to show or hide the detailed results.