1.1.6 • Published 3 years ago

vue-accessibility-tool v1.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago