-
Basically, what I want is a tab that works like modern web browsers. [+] for adding a new tab, and [X] for closing a tab. Is that supported? https://blazorise.com/docs/components/tab I could not find examples here. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Out of the box, no. Our tabs are quite atomic in design, meaning they don't have much logic behind them. You can probably add a close button yourself and adjust it with CSS to the right side. And for the closing of tabs, you will also need to do it yourself. Basically, you will not render those that are closed. Or set them |
Beta Was this translation helpful? Give feedback.
Out of the box, no. Our tabs are quite atomic in design, meaning they don't have much logic behind them. You can probably add a close button yourself and adjust it with CSS to the right side. And for the closing of tabs, you will also need to do it yourself. Basically, you will not render those that are closed. Or set them
Display="Display.None"
.