Open
Description
Description:
Currently, the Sidebar component does not identify each tab individually with a className
or similar property. This makes it difficult to apply specific customizations or hide tabs via CSS.
Motivation:
In my case, I am using column blocks that have issues in the "Order" tab, and we need to hide it. If it were possible to add a specific class to each tab, it would be feasible to customize or hide tabs as needed.
Suggestion:
Add a className
prop to each tab, allowing individual customization via CSS.