Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gloojs/material-ui-theme

Package Overview
Dependencies
Maintainers
54
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gloojs/material-ui-theme

Base Material UI theme for all Gloo web applications.

  • 1.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
54
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 18 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc