Skip to main content

One post tagged with "classes"

View All Tags

· 2 min read
Patrik Mäsiar

Every one of us knows the case when you need to add more class names to style your component depending on some conditions, but you do not want to have negative boolean values in className prop.

We had the same issue.

So, what are you going to do if you need to solve a problem like this?