@umbraco-ui/uui-visually-hidden
TypeScript icon, indicating that this package has built-in type declarations

1.7.0 • Public • Published

uui-visually-hidden

npm

Umbraco style visually-hidden component.

The visually hidden utility makes content accessible to assistive devices without displaying it on the screen.

According to The A11Y Project:

There are real world situations where visually hiding content may be appropriate, while the content should remain available to assistive technologies, such as screen readers. For instance, hiding a search field's label as a common magnifying glass icon is used in its stead.

Since visually hidden content can receive focus when tabbing, the element will become visible when something inside receives focus. This behavior is intentional, as sighted keyboard user won’t be able to determine where the focus indicator is without it.

Installation

ES imports

npm i @umbraco-ui/uui-visually-hidden

Import the registration of <uui-visually-hidden> via:

import '@umbraco-ui/uui-visually-hidden';

When looking to leverage the UUIVisuallyHiddenElement base class as a type and/or for extension purposes, do so via:

import { UUIVisuallyHiddenElement } from '@umbraco-ui/uui-visually-hidden';

Usage

<uui-visually-hidden></uui-visually-hidden>

Package Sidebar

Install

npm i @umbraco-ui/uui-visually-hidden

Weekly Downloads

473

Version

1.7.0

License

MIT

Unpacked Size

5.71 kB

Total Files

7

Last publish

Collaborators

  • warrenbuckley.umbraco
  • ijacob
  • nielslyngsoe
  • umbraco-publish
  • madsrasmussen
  • julczka