vicert-mui-components-themes

Vicert mui components themes:

Usage no npm install needed!

<script type="module">
  import vicertMuiComponentsThemes from 'https://cdn.skypack.dev/vicert-mui-components-themes';
</script>

README

Vicert mui components themes:

  • Custom Material UI themes
  • To customize your Material UI components install vicert-mui-components

Project setup:

  1. Into your project import theme from vicert-mui-components-themes package and set into ThemeProvider

  2. 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