DEV Community

Discussion on: Looking for the Best React Form Library? It’s Probably on This List

Collapse
 
mohithgupta profile image
K.Mohith Gupta

Can you suggest a form library for a multi step form in which I can include interactivity ( such as handleClick or onHover ) for the step numbers (the numbers at the top that show the step you are in) . I want to include handle click such that user goes directly to that step if he clicks on a certain number (step number).

Collapse
 
pmbanugo profile image
Peter Mbanugo

Hi Gupta,

Any of the libraries I mentioned can do that. Here's an example using KendoReact .

Collapse
 
mohithgupta profile image
K.Mohith Gupta

Thanks

Collapse
 
tracker1 profile image
Michael J. Ryan

It's mostly the combination of forms with a tabstrip, customizing the tab strip... as to what that takes, depends on your UI components you're already using as to what approach or styling is needed.

In the end, what you're doing is a combination of things, not an out of the box component. This is where you get into custom development beyond CRUD.

Some comments have been hidden by the post's author - find out more