I have implemented this for my project already and figured it may be useful to the community
I have some Tabs which have React components as the content. The React components need to know when they are active in order to update the canvas size they are using and make a call to draw the canvas
Any reason to not add the active prop/attribute to Tab children?