An open API service indexing awesome lists of open source software.

https://github.com/zepdev/zel-mui-theme

Zeppelin Element Library Branded theme for MUI v5
https://github.com/zepdev/zel-mui-theme

Last synced: 11 months ago
JSON representation

Zeppelin Element Library Branded theme for MUI v5

Awesome Lists containing this project

README

          

# How to use the Material-UI theme with the Zeppelin Element Library

1. install zeppelin-element-library into your project

2. Copy the following files into your your project;

/src/theme.js

3. Add the MUI Theme Provider to index.js

index.js

```
...
import { ThemeProvider } from "@material-ui/core/styles";
import theme from "./theme";

ReactDOM.render(




,
document.getElementById("root")
);

...
```

## Note on use with Gatsby

Until the final release of MUIv5, there are order clashes with css if you CSS-in-JS. Please reach out to alyssa.butler@zeppelin.com for a current workaround.