LitRenderer cookbook
LitRenderer Cookbook
Cookbook with LitRenderer explanations and recipies.
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 or put a comment here.
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
- Released
- 2022-10-26
- Maturity
- BETA
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 23+
- Browser
- N/A