-
I want to be able to change button colour upon validation of some value, simplest case is change colour upon each click of this button. It looks like there is a way using
Maybe there is a way to tie my state and app state, but this is also beyond me at the moment. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
If you use a signal by calling |
Beta Was this translation helpful? Give feedback.
If you use a signal by calling
.get()
or.with()
in thestyle
function it will automatically recompute and reapply the style when the data in the signal chagnes.