Skip to content

a vue directive for arrow key navigation

Notifications You must be signed in to change notification settings

yoyoys/vue-form-navi

Repository files navigation

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.

About

a vue directive for arrow key navigation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published