README
Vicert mui components themes:
- Custom Material UI themes
- To customize your Material UI components install vicert-mui-components
Project setup:
Into your project import theme from vicert-mui-components-themes package and set into ThemeProvider
Your project should have @material-ui/core already installed
npm install @material-ui/core --save-dev
example:
import theme from 'vicert-mui-components-themes/theme-gr'
<ThemeProvider theme={theme}>
<App></App>
</ThemeProvider>
Custom theme should be applied for all children components