Create a multi-step form wizard with progress tracking and validation.
/plugin marketplace add Ashikparvez89/larouex-fullstack-plugin/plugin install ashikparvez89-larouex-fullstack-builder@Ashikparvez89/larouex-fullstack-pluginCreate a multi-step form wizard with progress tracking and validation. Generate: - Multi-step form component with step navigation - Progress indicator showing current step and completion - Step-by-step validation (validate before moving to next step) - Navigation buttons (Next, Previous, Submit) with proper states - Form state persistence across steps using React Hook Form or context - TypeScript types for each step's data - Step components for each form section - Review/summary step before final submission - Error handling per step with accessible messages - Mobile-responsive design with ...