UNPKG

@wdns/vuetify-stepper-form

Version:

The Vuetify Stepper Form plugin provides a structured way to create multi-step forms using Vue 3, TypeScript, and Vuetify. It features a stepper layout that allows users to navigate between steps with form validation. The plugin is customizable and stream

8 lines (7 loc) 353 B
import { PluginOptions } from './types'; import { Plugin } from 'vue'; import { default as FieldLabel } from './components/shared/FieldLabel.vue'; import { default as VStepperForm } from './VStepperForm.vue'; export declare function createVStepperForm(options?: PluginOptions): Plugin; export default VStepperForm; export { FieldLabel, VStepperForm, };