2.0.0-alpha.1 • Published 3 years ago

@mporsi-test-org/mui-theme v2.0.0-alpha.1

Weekly downloads
83
License
-
Repository
github
Last release
3 years ago

TDC themes for Material UI components

This package provides theme(s) for use with Material UI components.

Setup

npm i @tdcerhverv/mui-theme

Usage

Example with fullComponentTheme.

import { ThemeProvider } from "@material-ui/core";
import { fullComponentTheme } from "@tdcerhverv/mui-theme";

export function App() {
  ReactDOM.render(
    <ThemeProvider theme={fullComponentTheme}>
      <App />
    </ThemeProvider>
  );
}

List of available themes

  • typographyTheme
  • paletteTheme
  • paletteAndTypographyTheme
  • fullComponentTheme