vue-accessibility-tool
v1.1.6
Published
vue accessibility tool
Downloads
109
Maintainers
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 [email protected]
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 usemain
tag in your markup. - For changing the screen reader download link, pass a prop
link