Description:
The Vue.js Focus Lock Component got your focus and will not let him out.
This is a small, but very useful for:
- Modal dialogs. You can not leave it with “Tab”, ie tab-out.
- Focused tasks. It will always bring you back.
Preview:
Download Details:
Author: theKashey
Live Demo: https://codesandbox.io/s/l5qlpxqvnq
Download Link: https://github.com/theKashey/vue-focus-lock/archive/master.zip
Official Website: https://github.com/theKashey/vue-focus-lock
Last Update: October 19, 2017
Views Total: 498
Install:
# Yarn
$ yarn add vue-focus-lock
# NPM
$ npm install vue-focus-lock --save