React Material UI: How to use material-ui platinum themes?

情到浓时终转凉″ 提交于 2020-01-06 05:43:08

问题


I am trying to use one of the platinum themes from React Material-UI, link below:

https://material-ui.com/premium-themes/

but I can't find instructions for how to use them in my application. Can someone explain how can I use a platinum theme in my React application?


回答1:


To use one of the free premium themes, just click the link to go to the "Source Code" and then you can look at the code for the example. For instance, for the Paperbase theme you can find the source code for the theme here: https://github.com/mui-org/material-ui/blob/master/docs/src/pages/premium-themes/paperbase/Paperbase.js.

Just copy the parts you want to leverage into your own project and then you can modify it as desired.



来源:https://stackoverflow.com/questions/55308325/react-material-ui-how-to-use-material-ui-platinum-themes

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!