@washingtonpost/wpds-visually-hidden
v1.24.0
Published
WPDS Visually Hidden
Downloads
2,737
Keywords
Readme
VisuallyHidden
import { VisuallyHidden } from "@washingtonpost/wpds-ui-kit";
function Component() {
return <VisuallyHidden>My important label for screen readers</VisuallyHidden>;
}