Axe Reporter Documentation
    Preparing search index...

    Function default

    • 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.

      Parameters

      • props: {
            data?: { passes: never[]; violations: never[] };
            info1?: string;
            info2?: string;
        }

        Component props

        • Optionaldata?: { passes: never[]; violations: never[] }

          The AXE test results data

          • passes: never[]

            Array of passed accessibility checks

          • violations: never[]

            Array of failed accessibility checks

        • Optionalinfo1?: string

          Additional information text to display in the header

        • Optionalinfo2?: string

          Additional information text to display in the header

      Returns Element

      A complete AXE accessibility report