티스토리 뷰

공부

[Thymeleaf] CSS add class

승가비 2024. 4. 3. 23:32
728x90
<a href="" class="baseclass" th:classappend="${isAdmin} ? adminclass : userclass"></a>

https://stackoverflow.com/questions/25133807/thymeleaf-how-to-use-conditionals-to-dynamically-add-remove-a-css-class

 

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
댓글