Replies: 4 comments 6 replies
-
check out this pr #318 |
Beta Was this translation helpful? Give feedback.
-
@shadcn, We need Wizard / Stepper this feature. |
Beta Was this translation helpful? Give feedback.
-
Discussion link to which I have originally posted this: #1869 For anyone reaching till this point, I am doing some research for my company on which form library to choose: formik or react-hook-form. For that I had to create a multi-step form for both so that we can compare DX and features provided by each library. Done with both forms. Features include:
All those are done with the help of hooks and components like Used NextJs app router and here is the link to the page: https://github.com/dorji-dev/formik-vs-react-hook-form/blob/main/src/app/hook-multi-step/page.tsx You can find the instructions on how to integrate it with an existing project via the repo README file A preview: |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, here a small try from me : |
Beta Was this translation helpful? Give feedback.
-
I think a Stepper would be really cool for shadcn UI, something like:
Beta Was this translation helpful? Give feedback.
All reactions