/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/data/system/getting-started/usage/BreakpointsAsObject.tsx.preview
13 строк
306 B
Sam Sycamore
[docs] Create, revise, and expand System "Getting started" docs (#33503)
09 авг 2022, 05:54
Не верифицирован
09 авг 2022, 05:54
e4b548c
Код
Авторство
О чём код?
<Box sx={{ width: { xs: 100, // theme.breakpoints.up('xs') sm: 200, // theme.breakpoints.up('sm') md: 300, // theme.breakpoints.up('md') lg: 400, // theme.breakpoints.up('lg') xl: 500, // theme.breakpoints.up('xl') }, }} > This box has a responsive width. </Box>