VisuallyHidden

Github

A utility component that visually hides its children while keeping them accessible to screen readers.

Importing

The component can be imported via:

import { VisuallyHidden } from '@customerio/pluma-components/react';

Usage

Read more
<Box>
  <Icon name="help" />
  <VisuallyHidden>Read more</VisuallyHidden>
</Box>

On this page