vicert-mui-components

Vicert mui components:

Usage no npm install needed!

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

README

Vicert mui components:

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

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