0.1.12 • Published 5 years ago

vicert-mui-components v0.1.12

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

5 years ago

0.1.11

5 years ago

0.1.12

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

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago