I have a tabbed navigation in a React app implemented using React-Bootstrap Tabs and Tab components. I can pass a custom className to Tabs, but if I try to do the same with the Tab component, it isn't added to its list of classes.
I haven't been able to find examples that do pass className to Tab, and there's no mention of this in the official documentation (though to be fair, being able to pass className to Tabs is also not really documented, except for in the examples).
Is it really not possible to pass a custom className to Tab? Any idea why this is not supported? Or, is there another way of doing that?