0.1.6 • Published 2 months ago

@ciceksepeti/cui-visually-hidden v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@ciceksepeti/cui-visually-hidden

npm version storybook PRs Welcome license

Visually Hidden is used when an element needs to be available to assistive technology, but otherwise hidden. The visually hidden component hides text visually from screen, but keeps it available to assistive technologies, such as screen readers. The component shouldn't be used to hide interactive content.

Installing

Using Npm:

$ npm install @ciceksepeti/cui-visually-hidden

Using Yarn:

$ yarn add @ciceksepeti/cui-visually-hidden

Example

import VisuallyHidden from "@ciceksepeti/cui-visually-hidden";

function Demo() {
  return <VisuallyHidden>Should not be seen!</VisuallyHidden>;
}
0.1.6

2 months ago

0.1.5

3 months ago

0.1.4

3 months ago

0.1.2

4 months ago

0.1.3

4 months ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago