An open API service indexing awesome lists of open source software.

https://github.com/a2nt/js-accesability-widget


https://github.com/a2nt/js-accesability-widget

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# js-accesability-widget

Vanilla Accesability Widget.

## Requirements
No requirements, vanilla JS

## Usage
Add dist/css/app.css and dist/js/app.js to your website and it's ready to use
Also you can use globals to call functions
```
window.ASM.reset()
```

## Webpack
Install package
npm i @a2nt/js-accesability-widget --save

Add package to your JS code
```
import '@a2nt/js-accesability-widget/src/js/app';
```

## Demo
https://html-preview.github.io/?url=https://raw.githubusercontent.com/a2nt/js-accesability-widget/main/dist/index.html

It's module of UI kit (https://github.com/a2nt/webpack-bootstrap-ui-kit), but can be used independently.