Component props
Optional
data?: { passes: never[]; violations: never[] }The AXE test results data
Array of passed accessibility checks
Array of failed accessibility checks
Optional
info1?: stringAdditional information text to display in the header
Optional
info2?: stringAdditional information text to display in the header
A complete AXE accessibility report
Main component for displaying AXE accessibility test results. Renders a comprehensive report including a summary, percentage gauge, and detailed sections for passed and failed checks.