0.1.10 • Published 5 years ago

vicert-mui-components-themes v0.1.10

Weekly downloads
29
License
-
Repository
-
Last release
5 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

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago