| import ScreenReaderText from '.'; | |
| export default { title: 'Unaudited/ScreenReaderText' }; | |
| export const Default = () => { | |
| return <ScreenReaderText>Important information to convey</ScreenReaderText>; | |
| }; | |
| import ScreenReaderText from '.'; | |
| export default { title: 'Unaudited/ScreenReaderText' }; | |
| export const Default = () => { | |
| return <ScreenReaderText>Important information to convey</ScreenReaderText>; | |
| }; | |