1.1.6 • Published 2 years ago

vue-accessibility-tool v1.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago