I would like to give each tab a different color. Similar to this except a different color for each tab.
Asked
Active
Viewed 570 times
1 Answers
1
I have found how to do this.
const panes = [
{
menuItem: {
content: 'Tag 1',
color: 'teal'
},
render: () => <MyComponent />}
];

Ozzy Walsh
- 877
- 9
- 17