Ever wished Thymeleaf had real components like <tcl:button primary>Submit</tcl:button>? Part 2 of my component library series shows how to build exactly that with a custom dialect, including passing through arbitrary attributes (great for htmx 👀). www.wimdeblauwe.com/blog/2026/08...
Writing a Thymeleaf component library - part 2
In part 1 we created a Thymeleaf component library that can be used in a Spring Boot application. There is a sample application that uses the library, and there is full live reload support for changin...
wimdeblauwe.com