Directory

TabSheet - Vaadin Add-on Directory

A basic TabSheet component composed from Tabs, Tab etc. for Vaadin 24, Vaadin 23.3.x and Vaadin 14.x. TabSheet - Vaadin Add-on Directory
This is a basic TabSheet composed using vaadin-tabs and vaadin-tab. The client side of the component is implemented as web component using LitElement, written in TypeScript. The component has been implemented using Lumo styles and thus should fit fully with other stock Vaadin components. There is a longer story about how this component was created in this blog post: https://vaadin.com/blog/creating-a-custom-component-with-lit Note, from Vaadin 23.3.0 onwards there is also official version of TabSheet component in the framework. The API of it is a bit different than this add-on version, but the both are roughly similar implementations.