Is there any recomended way how to style third-party components such as react-paginate with Material-UI primitives (bars, buttons)? Is it possible at all?
Asked
Active
Viewed 543 times
1 Answers
0
One of the best ways to do this today is use styled-components. These allow you to pass in any 3rd party component and style them to your needs. Here is any example of how to do this with antd. Would be similar for you, except using Material UI components.

Alex K
- 832
- 4
- 8