https://github.com/oliverbenns/joy-theme-creator
Exposes theming options available in Joy UI by providing color palette and typography controls.
https://github.com/oliverbenns/joy-theme-creator
component component-library joy joy-ui joyui mui react theme typescript ui
Last synced: 3 months ago
JSON representation
Exposes theming options available in Joy UI by providing color palette and typography controls.
- Host: GitHub
- URL: https://github.com/oliverbenns/joy-theme-creator
- Owner: oliverbenns
- Created: 2022-09-24T10:25:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T18:33:26.000Z (about 2 years ago)
- Last Synced: 2025-03-17T10:52:04.786Z (3 months ago)
- Topics: component, component-library, joy, joy-ui, joyui, mui, react, theme, typescript, ui
- Language: TypeScript
- Homepage: https://oliverbenns.github.io/joy-theme-creator
- Size: 1.04 MB
- Stars: 17
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Joy Theme Creator
_Note: Joy UI is currently in alpha - some things may not be finished or working as expected._
This project exposes the theming options available in [Joy UI](https://mui.com/joy-ui/getting-started/overview) by providing color palette and typography controls.
It also provides the ability for you to copy the theme configuration object directly into your own Joy UI project's source code after tinkering with these controls.
View the project here: [oliverbenns.github.io/joy-theme-creator](https://oliverbenns.github.io/joy-theme-creator)
## Quick Start
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
- `npm start` to start the app in development mode.
- `npm run build` to build the app ready for production.