0.0.50 • Published 6 years ago

@demo-ui-toolkit/mui-themes v0.0.50

Weekly downloads
1
License
-
Repository
-
Last release
6 years ago

Material-ui Themes

Apply a consistent tone to your app.

Customize all design aspects of your project in order to meet the specific needs of your business.

Installation

npm install @demo-ui-toolkit/mui-themes

also, you need to install the peer dependency of @material-ui/core, check the version in the info message you get

Usage

import { lightTheme } from '@demo-ui-toolkit/mui-themes'
import { createMuiTheme, ThemeProvider } from '@material-ui/core/styles'

const theme = createMuiTheme(lightTheme)

<ThemeProvider theme={theme}>
  <App />
</ThemeProvider>
0.0.50

6 years ago

0.0.11

6 years ago

0.0.12

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago