R
R
RionRedhand2020-05-05 11:14:14
css
RionRedhand, 2020-05-05 11:14:14

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

1 answer(s)
D
Dima Pautov, 2020-05-05
@bootd

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);

etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question