Socket
Socket
Sign inDemoInstall

@vue-a11y/announcer

Package Overview
Dependencies
13
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @vue-a11y/announcer

A simple way with Vue to announce any information to the screen readers.


Version published
Weekly downloads
6.2K
decreased by-1.24%
Maintainers
3
Install size
73.1 kB
Created
Weekly downloads
 

Changelog

Source

2.1.0 (2020-09-01)

Features

  • Plugins (3784fb9)

Bug Fixes

  • Add types in package.json (c92bd47)
  • Run router.afterEach only client (d0238b2)
  • Wait for the message to reset before setting the new value (9062bd3)

Readme

Source

Introduction

Imagine browsing pages (routes), receiving alerts and notifications, having a countdown timer on the page, a progress bar, a loading or a change of route in a SPA. Now imagine all this happening to people who have visual disabilities and who use screen readers.

The @vue-a11y/announcer (v2) provides an easy way to really tell what’s going on in your application to people using screen readers.

For vue-announcer version 1.* you can access this link

Inspired by others in the community like:

Run the tests

git clone https://github.com/vue-a11y/vue-announcer.git vue-announcer


# Run plugin
cd vue-announcer
npm install
npm run dev


# Run example
cd examples
npm install
npm run dev
cd ..


# Run Cypress testing
npm run test

Or run Cypress on interactive mode

npm run test:open

It is a simple webpack template already installed and configured. After the commands just access the http://localhost:8080/

Contributing

  • From typos in documentation to coding new features;
  • Check the open issues or open a new issue to start a discussion around your feature idea or the bug you found;
  • Fork repository, make changes and send a pull request;

Follow us on Twitter @vue_a11y

Thank you

Keywords

FAQs

Last updated on 01 Sep 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc