@reach/visually-hidden
Render text that is announced to screen readers but visually hidden.
Last updated 3 years ago by chancestrickland .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @reach/visually-hidden 
SYNC missed versions from official npm registry.

@reach/visually-hidden

Stable release MIT license

Docs | Source | Origin | Further reading

Provides text for screen readers that is visually hidden. It is the logical opposite of the aria-hidden attribute.

In the following example, screen readers will announce "Save" and will ignore the icon; the browser displays the icon and ignores the text.

import { VisuallyHidden } from "@reach/visually-hidden";

function Example() {
	return (
		<button>
			<VisuallyHidden>Save</VisuallyHidden>
			<span aria-hidden>????</span>
		</button>
	);
}

Current Tags

  • 0.18.0                                ...           latest (3 years ago)
  • 0.4.0-beta.0                                ...           next (6 years ago)
  • 0.18.0-pre.5                                ...           pre (3 years ago)

43 Versions

  • 0.18.0                                ...           3 years ago
  • 0.18.0-pre.5                                ...           3 years ago
  • 0.18.0-pre.4                                ...           3 years ago
  • 0.18.0-pre.3                                ...           3 years ago
  • 0.18.0-pre.2                                ...           3 years ago
  • 0.18.0-pre.1                                ...           4 years ago
  • 0.18.0-pre.0                                ...           4 years ago
  • 0.17.0                                ...           4 years ago
  • 0.16.0                                ...           5 years ago
  • 0.15.2                                ...           5 years ago
  • 0.15.0                                ...           5 years ago
  • 0.14.0                                ...           5 years ago
  • 0.13.2                                ...           5 years ago
  • 0.13.1                                ...           5 years ago
  • 0.13.0                                ...           5 years ago
  • 0.12.0                                ...           5 years ago
  • 0.11.1                                ...           6 years ago
  • 0.11.0                                ...           6 years ago
  • 0.10.4                                ...           6 years ago
  • 0.10.2                                ...           6 years ago
  • 0.10.1                                ...           6 years ago
  • 0.10.0                                ...           6 years ago
  • 0.9.0                                ...           6 years ago
  • 0.8.6                                ...           6 years ago
  • 0.8.2                                ...           6 years ago
  • 0.8.0                                ...           6 years ago
  • 0.7.4                                ...           6 years ago
  • 0.7.3                                ...           6 years ago
  • 0.7.2                                ...           6 years ago
  • 0.7.1                                ...           6 years ago
  • 0.7.0                                ...           6 years ago
  • 0.6.2                                ...           6 years ago
  • 0.6.1                                ...           6 years ago
  • 0.5.0                                ...           6 years ago
  • 0.4.0                                ...           6 years ago
  • 0.4.0-beta.0                                ...           6 years ago
  • 0.3.0                                ...           6 years ago
  • 0.3.0-alpha.0                                ...           7 years ago
  • 0.1.4                                ...           7 years ago
  • 0.1.3                                ...           7 years ago
  • 0.1.2                                ...           7 years ago
  • 0.1.1                                ...           8 years ago
  • 0.1.0                                ...           8 years ago
Downloads
Today 0
This Week 1
This Month 10
Last Day 0
Last Week 10
Last Month 1
Dependencies (1)
Dev Dependencies (6)
Dependents (2)

Copyright 2013 - present © cnpmjs.org | Home |