A lib for drive the user's focus across the page with Vue3 and [Driver.js](https://driverjs.com).
npm install v-driverA lib for drive the user's focus across the page with Vue3 and Driver.js.
``js`
pnpm i v-driver (npm or yarn)
js
// main.ts
import vdriver from 'v-driver'
vueapp.use(vdriver, option?)
`
Option can be found here`vue
// component.vue
// now you can use v-step:index
// template
/ first content /
/ second content /// script in setup
``