vue-form-navi
v1.2.1
Published
a vue directive for arrow key navigation
Downloads
4
Readme
a vue directive for arrow key navigation
Install
npm i vue-form-navi
// globally
import formNavi from 'vue-form-navi';
Vue.directive('form-navi', formNavi);
// component option...
import formNavi from 'vue-form-navi';
{
...
directives: { formNavi },
...
}
Author
👤 Yoyo Young
- Github: @yoyoys
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2020 Yoyo Young. This project is MIT licensed.