0.0.50 • Published 4 years ago

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

Weekly downloads
1
License
-
Repository
-
Last release
4 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

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago