Skip to content

emilse-webdev/accessibility-bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accessibility Bar

React component for import but also to be used directly as "crude vanilla js lib". It's an accessibility bar (floating modal) that is comprised of the following features:

  • Contrast changer (available for the entire site)
  • Accessible font changer (available for the entire site)
  • Read me this page
  • Read me everything that has been selected (just select any text after importing the module and it will be read to you)
  • Font size increment / decrement
  • Lines spacing changer
  • Record your answers to any form, just speak your answer and it will be transcribed in the input

Everyone is welcome to use it.

import { AccessibilityModal } from 'components';
...
return (
    <AccessibilityModal />
)

There's an example app in the repo.

/example/my-app
npm install
npm run dev

http://localhost:8081

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published