Figma
Star462

Screen Reader Only

Screen Reader Only is a utility that visually hides content to provide an accessible experience for users of assistive technology.

yarn add @twilio-paste/screen-reader-only - or - yarn add @twilio-paste/core
import {ScreenReaderOnly} from '@twilio-paste/core/screen-reader-only';

const Component = () => (
  <Button variant="secondary" size="small">
    Buy <ScreenReaderOnly>+1 (484) 662-4088</ScreenReaderOnly>
  </Button>
);

as

A custom HTML tag to use instead of the default span tag

Type
keyof IntrinsicElements
Default
span

id

Type
string

To help us improve this site, we use tools that set cookies. The data gathered by these tools is anonymized. If you reject the use of cookies, no analytics service will be initiated.