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
- Host: GitHub
- URL: https://github.com/zepdev/zel-mui-theme
- Owner: zepdev
- Created: 2021-03-19T09:28:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T10:16:03.000Z (almost 5 years ago)
- Last Synced: 2025-01-18T11:23:11.926Z (about 1 year ago)
- Language: JavaScript
- Size: 218 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.