@reach/visually-hidden
- Version 0.18.0
- Published
- 13.7 kB
- 1 dependency
- MIT license
Install
npm i @reach/visually-hidden
yarn add @reach/visually-hidden
pnpm add @reach/visually-hidden
Overview
Render text that is announced to screen readers but visually hidden.
Index
Variables
Interfaces
Variables
variable VisuallyHidden
const VisuallyHidden: Polymorphic.ForwardRefComponent<'span', VisuallyHiddenProps>;
VisuallyHidden
Provides text for screen readers that is visually hidden. It is the logical opposite of the
aria-hidden
attribute.
Interfaces
interface VisuallyHiddenProps
interface VisuallyHiddenProps {}
See Also
Docs https://reach.tech/visually-hidden#visuallyhidden-props
property children
children: React.ReactNode;
See Also
Docs https://reach.tech/visually-hidden#visuallyhidden-children
Package Files (1)
Dependencies (1)
Dev Dependencies (6)
Peer Dependencies (2)
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@reach/visually-hidden
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@reach/visually-hidden)
- HTML<a href="https://www.jsdocs.io/package/@reach/visually-hidden"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 805 ms. - Missing or incorrect documentation? Open an issue for this package.