0.0.50 • Published 5 years ago

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

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

5 years ago

0.0.11

5 years ago

0.0.12

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago