@fluree/mui-theme

1.0.3 • Public • Published

@fluree/mui-theme

npm bundle size npm (scoped)

Installation

npm i @fluree/mui-theme --save

Usage

import themeObject from "@fluree/mui-theme";
import { createMuiTheme, ThemeProvider } from "@material-ui/core";

const App = () => {
  const flureeTheme = createMuiTheme(themeObject);
  return (
    <div>
      <ThemeProvider theme={flureeTheme}>
        <RestOfApp />
      </ThemeProvider>
    </div>
  );
};

/@fluree/mui-theme/

    Package Sidebar

    Install

    npm i @fluree/mui-theme

    Weekly Downloads

    1

    Version

    1.0.3

    License

    none

    Unpacked Size

    67.7 kB

    Total Files

    10

    Last publish

    Collaborators

    • jackamus29
    • dpetran
    • bplatz2
    • bplatz
    • aaj3f
    • wesmorgan
    • jdorety
    • zonotope
    • jakep36
    • fdmmarshall91