1.3.0 • Published 3 years ago

@gloojs/material-ui-theme v1.3.0

Weekly downloads
547
License
UNLICENSED
Repository
github
Last release
3 years ago

material-ui-theme

Base Material UI theme for all Gloo web applications.

How to use

Setup

npm i --save @gloojs/material-ui-theme

# Install peerDependencies
npx install-peerdeps @gloojs/material-ui-theme --auth $NPM_TOKEN

Usage

This package exposes a single theme object today that must be used in conjunction with Material UI's createMuiTheme.

import { createMuiTheme } from '@material-ui/core/styles';
import { theme } from '@gloojs/material-ui-theme';

const muiTheme = createMuiTheme(theme);

/* Most likely you are also using this with the `withMaterialUI` HOC in @gloojs/material-ui-components */
1.3.0

3 years ago

1.2.0

4 years ago

1.2.0-alpha.0

4 years ago

1.1.7

4 years ago

1.1.7-alpha.0

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago