0.1.12 • Published 6 years ago

vicert-mui-components v0.1.12

Weekly downloads
37
License
-
Repository
-
Last release
6 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

6 years ago

0.1.11

6 years ago

0.1.12

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.4

6 years ago

0.1.5

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago