Hide text visually while keeping it available to assistive technology.
VisuallyHidden defines how EnterUI handles hide text visually while keeping it available to assistive technology, including default structure, accessible states, and token-driven styling.
Useful when visual controls are intentionally compact.
<IconButton aria-labelledby="hidden-menu-label">
<VisuallyHidden id="hidden-menu-label">Open navigation</VisuallyHidden>
M
</IconButton>import { VisuallyHidden } from "@froggdesign/enter-ui-react";VisuallyHidden uses the standard clipping pattern. It is intended for short labels or helper text, not for hiding important visible content.
span.className.Uses .eui-visually-hidden with standard accessible hiding CSS.