/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/data/material/components/stack/ZeroWidthStack.tsx.preview
16 строк
466 B
Siriwat K
[docs] Migrate system props to `sx` prop (#42475)
05 июн 2024, 06:04
Не верифицирован
05 июн 2024, 06:04
6fe1242
Код
Авторство
О чём код?
<Item sx={{ my: 1, mx: 'auto', p: 2 }}> <Stack spacing={2} direction="row" sx={{ alignItems: 'center' }}> <Avatar>W</Avatar> <Typography noWrap>{message}</Typography> </Stack> </Item> <Item sx={{ my: 1, mx: 'auto', p: 2 }}> <Stack spacing={2} direction="row" sx={{ alignItems: 'center' }}> <Stack> <Avatar>W</Avatar> </Stack> <Stack sx={{ minWidth: 0 }}> <Typography noWrap>{message}</Typography> </Stack> </Stack> </Item>