21.9.1 • Published 4 years ago
vatk v21.9.1
Vaskovsky Accessibility Toolkit (VATK)
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
openVATKandcloseVATK:
<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/vatk21.9.1
4 years ago