Thanks for posting this, seems pretty interesting! Could we perhaps get so

Thanks for posting this, seems pretty interesting!

Could we perhaps get some screenshots in the overview about the components offered? It’d be highly appreciated, thanks :)

Thanks for your question!

The goal is this library is not to offer custom components. Think of it more like Apache Commons for Vaadin.

However, there are some components. All of them are well documented with Javadocs.

Also, any component which have variants, I extended and added methods for each variant. For example, VButton extends Button and implements HasButtonVariants, which has methods such as isLumoSmall() and setLumoSmall(boolean).