Is there a Tab Bar component?

@stucork is correct. I did it without CSS. It would definitely look better if you took the time to set up a custom role for the buttons and then tweaked the CSS. But it works and looks decent.

The only real trick is to hide and show the cards (or whatever really) based on the click events of the tab buttons. For one of my tabs I have it reload on every click to update it’s content (which is based on data from a data table).

If you have a LOT of content you may think about dynamically removing and adding the tab content so it doesn’t take too long to load the initial page.

5 Likes