Hi everyone i am new in react and javascript.
on click of the button want to move to next tab and last tab should be submit. dependency used is "https://www.npmjs.com/package/react-tabs".
Any help could be appreciated. Please take a look on the code below for more details.
<Tabs>
<TabList>
<CustomTab>Custom Tab 1</CustomTab>
<CustomTab>Custom Tab 2</CustomTab>
</TabList>
<TabPanel>Panel 1</TabPanel>
<TabPanel>Panel 2</TabPanel>
</Tabs>
<button>prev tab</button>
<button>next tab</button>
Thanks in advance for your help.