공부
[Thymeleaf] CSS add class
승가비
2024. 4. 3. 23:32
728x90
<a href="" class="baseclass" th:classappend="${isAdmin} ? adminclass : userclass"></a>
Thymeleaf: how to use conditionals to dynamically add/remove a CSS class
By using Thymeleaf as template engine, is it possible to add/remove dynamically a CSS class to/from a simple div with the th:if clause? Normally, I could use the conditional clause as follows: &l...
stackoverflow.com
728x90