vaskovsky / vatk
Vaskovsky Accessibility Toolkit (VATK)
Installs: 64
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:HTML
This package is auto-updated.
Last update: 2025-03-29 00:32:56 UTC
README
Usage
- Add stylesheet:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/vatk@21.9.1/vatk.css" integrity="sha256-87SWM+2MYk5yxIPx1Q8i3alieuP6ajeahVFAt6h4AHA=" crossorigin="anonymous"/>
- Add script:
<script src="https://cdn.jsdelivr.net/npm/vatk@21.9.1/vatk.js" integrity="sha256-cniYzSqBAinR6DVeX1/ySvxONrdaNJ9kz0ygNsz6uZo="></script>
- Add references with id
openVATK
andcloseVATK
:
<a id="openVATK" href="#">Open Accessibility Toolkit</a>
<a id="closeVATK" href="#">Close Accessibility Toolkit</a>
or reference with id faVATK
to use a Font Awesome icon:
<a id="faVATK" href="#" ></a>
or reference with id glyphiconVATK
to use a glyphicon:
<a id="glyphiconVATK" href="#" ></a>
or reference with id dashiconsVATK
to use dashicons:
<a id="dashiconsVATK" href="#" ></a>
Local Installation
- Install using NPM:
npm install vatk
- or Install using Composer
composer require vaskovsky/vatk