What problem does it solve?
This Skill helps teams avoid inconsistent or outdated Material-UI v7 React component patterns by providing a practical, theme-aware approach to styling and composition.
Core Features & Use Cases
- MUI v7 breaking-changes guidance: Covers key migration details such as
onBackdropClick removal in favor of onClose, standardized slots/slotProps, and package export-based imports.
- Type-safe sx styling patterns: Teaches how to structure
sx styles using SxProps and Theme, including reusable patterns for simple vs complex styling needs.
- Theme integration and responsive design: Shows how to use theme tokens and breakpoints (
xs-xl) for mobile-first layouts and adaptive typography.
Quick Start
Use this Skill when updating an existing React component to match MUI v7 best practices and implement its styling with the sx prop using theme tokens and responsive breakpoints.