vaadin / spring

Spring integration for Vaadin
https://vaadin.com/start
174 stars 101 forks source link

INVOICE VIEW #1078

Closed cosmah closed 6 months ago

cosmah commented 8 months ago

image Hello everyone, can anyone please assist in how to create a view like this in vaadin?

mcollovati commented 8 months ago

To ask for generic usage help, it is better to use Vaadin Discord server. GitHub issues are better suited for bug reports or enhancement requests

mshabarov commented 8 months ago

Based on the picture you provided, you may want to use the following Vaadin components/API (when you make your UI with Vaadin Flow): Grid, ComponentRenderer, VaadinIcon, Tooltip, and also button layouting examples.