I have a dashboard where I’m using Tabs from dash-bootstrap-components. Right now I have buttons to add a new tab, and delete the currently active tab, and all that is great, but I would like to make it more like a browser, where the new tab button is to the right of the tabs themselves, and where the individual tabs can have an x to close them.
Any good resources on a component that either already exists, or how to extend dbc tabs to have that functionality? Thanks!