vue-roving-tabindex:向Vue组件添加漫游tabindex

时间:2024-05-23 13:58:48
【文件属性】:

文件名称:vue-roving-tabindex:向Vue组件添加漫游tabindex

文件大小:29KB

文件格式:ZIP

更新时间:2024-05-23 13:58:48

JavaScript

@4rk/vue-roving-tabindex 将漫游tabindex添加到Vue组件。 这对于根据在组件内部实现键盘导航很有用。 安装 import VueRovingTabindex from "@4rk/vue-roving-tabindex" ; Vue . use ( VueRovingTabindex ) ; 用法 < template> < ul> < li>< button type = " button " v-roving-tabindex >foo</ button > < li>< button type = " button " v-roving-tabindex >bar</ button > < li>< button type = "


【文件预览】:
vue-roving-tabindex-master
----rollup.config.js(300B)
----yarn.lock(68KB)
----src()
--------constants.js(113B)
--------RovingTabindexContainer.js(1KB)
--------RovingTabindex.js(4KB)
--------index.js(400B)
----.babelrc(56B)
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(17B)
----CHANGELOG.md(629B)
----package.json(911B)

网友评论