layout-responsive

Installation
SKILL.md

MUI Layout and Responsive Design

Grid v2

MUI v6 ships Grid v2 as default (imported from @mui/material/Grid). The size prop replaces the old xs/sm/md props. Grid v2 always uses CSS grid internally and no longer requires the item prop — every direct child of a container is a grid item.

Basic grid

import Grid from '@mui/material/Grid';
import Paper from '@mui/material/Paper';
Installs
13
GitHub Stars
17
First Seen
Apr 4, 2026
layout-responsive — lobbi-docs/claude