You’re viewing the docs for Pluma v2.219.0, which is not the current major version.
A utility component that visually hides its children while keeping them accessible to screen readers.
The component can be imported via:
import { VisuallyHidden } from '@customerio/pluma-components/react';Warning
VisuallyHidden is absolutely positioned.
It must be placed in a position: relative or position: absolute ancestor,
otherwise the hidden content may cause unwanted scrollbars on the page.