R
R
Rsvp2021-12-03 13:40:00
React
Rsvp, 2021-12-03 13:40:00

How to override styles in react materialize ui?

Hello. There is such a ui library for react react materialize ui. I use the styled component method.
How can I override inline styles with my own using this method?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikolay Matyushkin, 2021-12-03
@Devilz_1

Something like this:

const CustomCard = styled(Card)`
    // styles...
`;

where Card is the component from react-materialize

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question