Add multi-step form and dot variant for stepper component

This update includes the addition of a new multi-step form component for handling complex, multi-part forms. Alongside this, a dot variant for the stepper component has been introduced to provide increased UI/UX flexibility. The new multi-step form component includes validation, navigation between steps and conditional rendering for steps. The modification improves overall user experience in completing multistep forms and enhances the versatility of the stepper component.
This commit is contained in:
gbuomprisco
2024-07-09 22:09:22 +08:00
parent 03594d4e33
commit 94199fa775
3 changed files with 454 additions and 3 deletions

View File

@@ -120,7 +120,8 @@
"./stepper": "./src/makerkit/stepper.tsx",
"./cookie-banner": "./src/makerkit/cookie-banner.tsx",
"./card-button": "./src/makerkit/card-button.tsx",
"./version-updater": "./src/makerkit/version-updater.tsx"
"./version-updater": "./src/makerkit/version-updater.tsx",
"./multi-step-form": "./src/makerkit/multi-step-form.tsx"
},
"typesVersions": {
"*": {