Tabs component limitations

So the Vaadin Tabs component doesn’t do something I would have expected, which is to support specifying containers for each tab and switching those containers when the Tabs are changed. This component https://github.com/alejandro-du/paged-tabs is a start in the right direction, but seems to have some issues. Are there plans for adding a Tab component that can support this capability? Thanks.

You can also implement the container yourself, like in the “Tabs with pages” example here: https://vaadin.com/components/vaadin-tabs/java-examples

Thanks for pointing that out. I had skipped looking at that example as the term “Pages” made me think it was something different, but that is actually what I ended up doing.