# vue-accessibility-list

> Author: Rômulo Rodrigues. This is a vue js library to display an accessibility list.

Latest version **0.1.3** (published 2021-02-25) · 0 weekly downloads

## Install

```sh
npm install vue-accessibility-list
pnpm add vue-accessibility-list
yarn add vue-accessibility-list
bun add vue-accessibility-list
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.3 |
| Published | 2021-02-25 |
| First published | 2020-09-13 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 8.2 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | romulorodrigues |

## Links

- npm: https://www.npmjs.com/package/vue-accessibility-list
- npm.io page: https://npm.io/package/vue-accessibility-list

## Dependencies (3)

- [vue](https://npm.io/package/vue.md) ^2.6.11
- [user](https://npm.io/package/user.md) 0.0.0
- [core-js](https://npm.io/package/core-js.md) ^3.9.0

## Recent versions

- 0.1.3 (latest) — 2021-02-25
- 0.1.2 — 2020-09-13
- 0.1.1 — 2020-09-13
- 0.1.0 — 2020-09-13

## README

# vue-accessibility-list

An accessibility list for your project with the options: increase / decrease font and high contrast.

## Demo

![alt text](https://romulodevweb.com.br/wp-content/uploads/2020/10/68747470733a2f2f6174697669646164656f6e2e636f6d2e62722f7374617469632f696d672f7675656163636573736c6973742e676966-1.gif)

## Installation

### NPM
```
$ npm install vue-accessibility-list
```

### ES6
```
import AccessibilityList from 'vue-accessibility-list/src/AccessibilityList.vue'

new Vue({
  components: {
    AccessibilityList
  }
})

```

## Usage
```
<accessibility-list :position="position" :backgroundColor="backgroundColor" :fontColor="fontColor" :size="size" :fontSize="fontSize"></accessibility-list>
```
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.

---
_Source: https://npm.io/package/vue-accessibility-list · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
