Skip to main content

Announcer

const Announcer: React.FC<{
testId?: string;
}>;

Announcer component that announces messages to screen readers via aria-live region. This component should be placed at the top of the application.

Returns

The announcer component.