@gloojs/material-ui-theme

1.3.0 • Public • Published

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 */

Readme

Keywords

none

Package Sidebar

Install

npm i @gloojs/material-ui-theme

Weekly Downloads

15

Version

1.3.0

License

UNLICENSED

Unpacked Size

8.43 kB

Total Files

5

Last publish

Collaborators

  • ehahn_gloo
  • rehpotsirch
  • travisyoung
  • crowe7
  • tjosephs
  • hrallo_gloo
  • hmanry
  • cbell09
  • goldenshun
  • gloo_ops
  • lisamartin00
  • cschaafsma
  • kaseymccurdy
  • capelio
  • rcook-tangogroup
  • gloo_devops
  • velobuff
  • tviles
  • zovargas
  • lukemwi