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 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.
Badge
- An implementation of https://vaadin.com/docs/latest/components/badge.IconButton
(and others in the same package) - Ease-of-use to create buttons with images/icons as demonstrated in the Vaadin documentation: https://vaadin.com/docs/latest/components/button.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)
.