LitRenderer cookbook - Vaadin Add-on Directory
LitRenderer CookbookCookbook with LitRenderer explanations and recipies.
See [LitRenderer cookbook](https://lbruun.github.io/Vaadin.LitRenderer-Examples/)
**Note**: There's no add-on here. Only the above link is relevant.
#### Background
I wrote this documentation to help others on how to achieve great looking and well-performing icon actions inside Grids.
Originally, I thought I would create some Java builders to assist with the most common patterns for LitRenderers. However,
it quickly became clear that this would be futile: there are simply too many combinations. In the end it is better for
a Vaadin Flow developer to understand how to create LitRenderer html, than it would be to have some Java code that would
hide this .. and still wouldn't cover the required use cases.
And before you ask: No, the idea is not to duplicate Vaadin's own documentation. Only to document the things which
at the moment cannot be found in the Vaadin documentation nor in Vaadin Cookbook. Eventually I would like to see
at least some of this in Vaadin's official documentation or in the Vaadin Cookbook but my style of explanation may not be
for everyone.
If you have comments or corrections to the published documentation then please don't hesitate to [log an issue on GitHub](https://github.com/lbruun/Vaadin.LitRenderer-Examples/issues) or put a comment here.
View on GitHubOnline Demo