vue-form-navi
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i vue-form-navi

Weekly Downloads

0

Version

1.2.1

License

none

Unpacked Size

10.8 kB

Total Files

5

Last publish

Collaborators

  • yoyoys