Question: We're looking to use the TabPanel, however, we want to render the tabs to look like buttons rather then tabs. So it would appear to be buttons on the top row, rather then the Tabs. They would behave and have the same onclick event as the tabs. I was wondering if anyone out there has done this before?
The only thing about building out a CardLayout is then I have to build out the plumbing for the button interactions with the panels themselves. Since this is part of the TabPanel, I was hoping to leverage that functionality. Seems like the css approach might be more ideal. Do you know of anyone who has put together a style sheet for something like this?