Is it possible to toggle between tabs in code? Like, say I want to click a button and once it’s clicked, move to the next tab.
Sure you can. You just need to create a callback where the output updates the value prop of the tabs component.
Thanks! I figured it had to be really simple. I just wasn’t quite sure how to get it done.