https://github.com/zeyadetman/minimal-mui-theme
A minimal Material UI Theme (Black and White)
https://github.com/zeyadetman/minimal-mui-theme
Last synced: about 2 months ago
JSON representation
A minimal Material UI Theme (Black and White)
- Host: GitHub
- URL: https://github.com/zeyadetman/minimal-mui-theme
- Owner: zeyadetman
- Created: 2023-04-27T04:08:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T22:58:52.000Z (over 2 years ago)
- Last Synced: 2025-03-17T22:45:37.032Z (7 months ago)
- Language: TypeScript
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hi,
# Intro
This is a simple theme I created to use in the frontend/side projects that not have a design system. I'm using this theme in my personal projects and I'm sharing it with you.
This is a baby stage of it, I'll try to improve it while using it in my projects, feel free to contribute.
# How to use
Currently this theme created only to be used with Material UI, but I'm looking forward to expanding it to work with more UI frameworks.
Start a project with Material UI, then install this theme using npm or yarn.
```
npm i git@github.com:zeyadetman/minimal-mui-theme.git
```Use it as simple as that
```
import { ThemeProvider } from "@mui/material";
import { theme } from "mui-minimal-theme";
```
Please open an issue if you have any questions or suggestions.
Thanks