Skip to content

fluree/fluree-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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>
  );
};

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published