I need to build a small application where
- I have a search page, multiple/single item can be searched
- On submit it should load dynamic tabs( in tabs view) based on number of searched items. Tabs can be closed
I am trying to use Ant Design in React to build it. Any pointers would be helpful.