Skip to content

VisuallyHidden

A container that is visible to screen readers but visually hidden. Commonly used for assistive descriptions, form validation hints, and other accessibility scenarios.

Basic usage

Visually hidden text

SubmitThis form can only be submitted once. Please confirm the content is correct before submitting.

API

This component has no attributes; it only passes through content via the default slot.

Slots

NameDescription
defaultPassed-through content, visually hidden but readable and copyable by screen readers

Note: uses the classic clip technique (position: absolute; width/height: 1px; clip, etc.) for visual hiding; purely presentational with no interactive elements and no events.