Div

hey, people.
I started to use vaadin 10 and it’s great framework.

But sometimes it makes me ask questions.

The problem is next: how to align Div’s components? I dont find any methods

The Div is intented to be as light weight as possible. So there is not much Java API there. You can naturally do what ever you want with CSS rules by setting the styles. If you want some Java API for e.g. FlexBox CSS, you can use FlexLayout or Horizontal/VerticalLayout.

You could take a look at the Layouting training for more information: https://vaadin.com/training/course/view/v10-layouting