Vaadin 24.6 includes a new Dashboard component: https://vaadin.com/docs/latest/components/dashboard
- Requires a Pro subscription
- Behind a feature flag for now:
com.vaadin.experimental.dashboardComponent
- Can be used both as a static layout and a databound, user-editable dashboard
It’s shipped behind a feature flag in 24.6 as we might still want to make some minor but breaking changes to it e.g. based on feedback we get, but we feel that it’s stable enough that you can start using it in your projects already today. (The only thing that might change significantly or even be removed altogether is the Section feature.)
Feedback about the Dashboard’s features, API, UX, a11y, etc are welcome either as issues in GitHub or right here in this thread.