react-tabs
react-tabs copied to clipboard
onclick of button how to handle open selected tab
I have use react-tabs library. when i click on tab its navigating to particular page its working properly as expected. now i want to implement same functionality for button click is this possible to open tab onClick of Button
Syntax:
<Tabs>
<TabList>
<Tab>
//dynamically adding tab here
</Tab>
</TabList>
</Tabs>
i have use one button -initially tab showing index zero position Tab Now when i am clicking on button that time i want to set its index value 3 . i want to show active tab index 3 position