0.1.10 • Published 4 years ago

vicert-mui-components-themes v0.1.10

Weekly downloads
29
License
-
Repository
-
Last release
4 years ago

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

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago