vue-form-navi

a vue directive for arrow key navigation


Install
npm install vue-form-navi@1.2.1

Documentation

Vue Form Navigator 👋

Version Documentation Maintenance License: MIT

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

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 Yoyo Young.
This project is MIT licensed.