DEV Community

Discussion on: 5 Delightful Things about Material-UI

Collapse
 
lexiebkm profile image
Alexander B.K.

How about Ant Design (Antd) ?
I had a need that my app could create dynamic tab components as a result of clicking corresponding item in the menu system. These tabs have to be closable too.
For that purpose when searching UI lib, I got to Antd and found an example of closable dynamic tabs. So I copied and modified the code so as to meet my requirement and it worked.
Thanks to that Antd example that also gives me a clue on how to apply similar way to React-Bootstrap tab component.