Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

vue-accessibility-tool

raficse1503213MIT1.1.6

vue accessibility tool

accessibility tool, vue accessibility tool, vue accessibility, accessibility, accessibility testing

readme

Vue Accessibility Tool

It is very light weight and easy to use.

Installation

Install the below package for vue 3

  npm i vue-accessibility-tool

Install the below package for vue 2

  npm i vue-accessibility-tool@1.1.0

Demo

Usage/Examples

<template>
    <div id="app">
        <AaccessibilityTool/>
    </div>
</template>
<script>
import AaccessibilityTool from 'vue-accessibility-tool'
export default {
  name: 'App',
  components: {
    AaccessibilityTool
  }
}
</script>
  • For skip to main content you have to use main tag in your markup.
  • For changing the screen reader download link, pass a prop link

License

MIT

Author