Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 696 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 696 Bytes

vue-aria-focus-trap

npm npm

A Vue.js component that implements WAI-ARIA focus trapping.

Inspired from ARIA 1.2 Modal Dialog example.

Installation

# npm
npm install vue-aria-focus-trap

# Yarn
yarn add vue-aria-focus-trap

Example

Check out the simple example application in the dev folder. Link.

CodePen demo also available: https://codepen.io/captainskippah/pen/ExbvzgO.

Contributing

Feel free opening Issues or Pull Requests. I'll check them out whenever I can.