axe-hud API
    Preparing search index...

    Function AxeHudProvider

    • Mounts the accessibility HUD for the lifetime of the provider and exposes its controller via context. Safe under React StrictMode (the effect cleanup tears the HUD down) and on the server (the HUD no-ops without a DOM). Options are read once on mount.

      Parameters

      Returns FunctionComponentElement<ProviderProps<AxeHudController | null>>