@polska03 wrote:
I have a button:
<button>My Buttont</button>
I need to conditional change the color of it. For example:
<button if var < 20 = Primary if var >= 21 Danger>My Buttont</button>
How can I do this?
Posts: 8
Participants: 4
@polska03 wrote:
I have a button:
<button>My Buttont</button>
I need to conditional change the color of it. For example:
<button if var < 20 = Primary if var >= 21 Danger>My Buttont</button>
How can I do this?
Posts: 8
Participants: 4