Form Wizard Vue 3 is a simple stepper/wizard component. It can be easily customized, has no dependencies, works in harmony with your components.   {
app.component('Wizard', Wizard)
}
}
`
Or import component directly:
`js`
import 'form-wizard-vue3/dist/form-wizard-vue3.css'
import Wizard from 'form-wizard-vue3'
The component itself does not include any CSS. You'll need to include it separately:
`js``
import 'form-wizard-vue3/dist/form-wizard-vue3.css'