import ScreenReaderText from '..'; export default function ScreenReaderTextExample() { const srText = "I'm visible for screen readers"; return (
This text is followed by the JSX "<ScreenReaderText> { srText } </ScreenReaderText>". It is invisible on screen, but read out to screen readers. Inspect to see the example.