Skip to content

L2D2Grafana/mui-grafana-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

Map grafana theme to material ui theme.

Install Material UI Dependencies

https://mui.com/material-ui/getting-started/installation/

Install this library with npm or yarn

    npm add https://github.com/L2D2Grafana/mui-grafana-theme

or

    yarn add https://github.com/L2D2Grafana/mui-grafana-theme

Usage

 import { muiGrafanaTheme } from '@L2D2Grafana/mui-grafana-theme';
 import { ThemeProvider } from '@emotion/react';

 render() {
     return (
         <ThemeProvider theme={muiGrafanaTheme}>
             <App />
         </ThemeProvider>
     );
 }

About

Map grafana theme to material ui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages