Last Updated:
05 Dec 2024 11:19
by ADMIN
Have the ability to change the <span> element that wraps the title prop in the PanelBar to an <a> tag
Problem:
I'm using the PanelBar component as a Navigation sidebar in my app. As this is navigation bar, I would like to be able to change the <span> element which houses the title prop, to be an <a> tag. I can see how this is possible for child items, but I cannot figure out how to do this for top level items.
Request:
Either be able to pass through a prop to change the type of element which wraps the title prop.