mui-theming
Installation
SKILL.md
MUI Theming Skill
createTheme() API
The createTheme function is the entry point for all MUI customization. It accepts a deeply partial theme object and merges it with the defaults.
import { createTheme } from '@mui/material/styles';