Answer the question
In order to leave comments, you need to log in
How to look for analogues of CSS properties in Material UI?
Let's say I want to do rounding on an element.
In CSS it's the border-radius property,
in Material UI styles it's borderRadius
Now I was trying to do this and only accidentally stumbled upon this property
How can I look for similar analogues in Material UI?
How can you find all the style properties in Material UI? I may be looking badly, but I can not find a detailed description of all styles on their website.
Answer the question
In order to leave comments, you need to log in
What nonsense?
Who told you that there is a borderRadius property? It's called border-radius everywhere.
What you saw in the sources are variables, mixins, functions, scss or less, i. those are preprocessors!
It should be something like this syntax
$borderRadius;
include borderRadius(5px);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question