@mporsi-test-org/mui-theme
TypeScript icon, indicating that this package has built-in type declarations

2.0.0-alpha.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @mporsi-test-org/mui-theme

Weekly Downloads

0

Version

2.0.0-alpha.1

License

none

Unpacked Size

3.31 MB

Total Files

5

Last publish

Collaborators

  • morpo