-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Description:
We want to update our project to use Material UI (MUI) for a more consistent and modern look. This issue covers replacing our custom UI components and styles with MUI equivalents.
Tasks:
- Install Material UI
- Replace Custom Components:
- Swap out custom UI components (like
CheckBox) with MUI componets (CheckBox,Button, etc)
- Swap out custom UI components (like
- Update Layouts:
- Use MUI layout components (
Box,Grid,Container)
- Use MUI layout components (
- Refactor Styles
- Add Theme Support
- Wrap the add in MUI's ThemeProvider (see MUI docs)
- Set up a basic theme (light/dark mode)
- Test Everything
- Make sure the app looks good and works as expected
- Check for any broken styles or layout issues
Metadata
Metadata
Assignees
Labels
No labels