vue-accessibility-tool

1.1.6 • Public • Published

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

/vue-accessibility-tool/

    Package Sidebar

    Install

    npm i vue-accessibility-tool

    Weekly Downloads

    0

    Version

    1.1.6

    License

    MIT

    Unpacked Size

    97.8 kB

    Total Files

    22

    Last publish

    Collaborators

    • raficse15032