Visually hidden
Typescript ❤️
A utility that hides content from the screen while retaining readability by screen readers for accessibility.
Install
yarn add @atlaskit/visually-hidden
Source
Bundle
Changelog
Latest
3.0.0
Major Changes
-
#121002
9ddb610c46576
- Migrated from@emotion/react
to@compiled/react
in order to improve performance, align with the rest of the Atlaskit techstack, and support React 18 Streaming SSR.Please note, in order to use this version of
@atlaskit/visually-hidden
, you will need to ensure that your bundler is configured to handle.css
imports correctly. Most bundlers come with built-in support for.css
imports, so you may not need to do anything. If you are using a different bundler, please refer to the documentation for that bundler to understand how to handle.css
imports.
This component is now documented on atlassian.design