using the click on the add button new view and their component will add to the tabbed container the view name and component data will come from the DB query.
Example:
@Pradip_Kumar_Parkar i will try to figure this out and post here. Initial thoughts are setting the component in the new tab view may be difficult to do. Not sure but will try. If someone else posts before I do then great. But I will follow up asap.
UPDATE: I gave this a shot, but I do not believe this is possible as you have to enable multiple views in the container itself and I did find a way to programmatically add additional views.
Another option - if every view will have the same visual set up - is to unlink the tabs component from the container.
Then, you can have the tabs mapped from a query or temp state. Clicking the add button could trigger an additional item to the underlying tabs data. Just keep in mind that since the tabs and container are un-linked, changing the tabs won't cause the container body to change