https://github.com/romulorodrigues/vue-accessibility-list
An accessibility list for your project with the options: increase / decrease font and high contrast.
https://github.com/romulorodrigues/vue-accessibility-list
Last synced: 5 months ago
JSON representation
An accessibility list for your project with the options: increase / decrease font and high contrast.
- Host: GitHub
- URL: https://github.com/romulorodrigues/vue-accessibility-list
- Owner: romulorodrigues
- License: mit
- Created: 2020-09-13T16:24:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T18:26:47.000Z (about 2 years ago)
- Last Synced: 2024-08-02T00:22:20.708Z (9 months ago)
- Language: Vue
- Homepage:
- Size: 132 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-a11y-vue - vue-accessibility-list - An accessibility list for your project with the options: increase / decrease font and high contrast. (Components and plugins / Courses)
- awesome-access - vue-accessibility-list - An accessibility list for your project with the options: increase / decrease font and high contrast. (Components and plugins / Courses)
README
# vue-accessibility-list
An accessibility list for your project with the options: increase / decrease font and high contrast.
## Demo

## Installation
### NPM
```
$ npm install vue-accessibility-list
```### ES6
```
import AccessibilityList from 'vue-accessibility-list/src/AccessibilityList.vue'new Vue({
components: {
AccessibilityList
}
})```
## Usage
``````
All props have default value.### Description of props
| Props | Type | Default | Description |
| ------------------- | ------------------- | ------------------- | ------------------- |
| :position | String | left |left or right |
| :backgroundColor | String | #D3D3D3 |background color of each item. Ex: #f9f9f9 |
| :fontColor | String | #000 |font color of each item. Ex: #000|
| :fontSize | String | 20px |font size of each item. Ex: 22px |
| :size | String | 48px |width and height of each item. Ex: 50px |## License
vue-accessibility-list is licensed under The MIT License.