Can I pass a child component as a prop from the parent. And then have it pass onto futher set children?
I might be doing this completely wrong, but here goes.
I’m using the Tabs from Chakra as part of the navigation on my webapp.
I’m currently manually writing the names on each Tab, and then calling the component. Each return in the individual components is wrapped in a TabPanel.