1.2.1 ā€¢ Published 4 years ago

vue-form-navi v1.2.1

Weekly downloads
23
License
-
Repository
github
Last release
4 years ago

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.

1.2.0

4 years ago

1.2.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago