0.1.12 • Published 4 years ago

vicert-mui-components v0.1.12

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

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

0.1.10

4 years ago

0.1.11

4 years ago

0.1.12

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

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago