/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/data/system/flexbox/AlignSelf.tsx.preview
15 строк
265 B
Siriwat K
[docs] Migrate content to the new location (#30757)
04 фев 2022, 07:13
Не верифицирован
04 фев 2022, 07:13
27f1c28
Код
Авторство
О чём код?
<Box sx={{ display: 'flex', alignItems: 'flex-start', p: 1, m: 1, bgcolor: 'background.paper', height: 124, borderRadius: 1, }} > <Item>Item 1</Item> <Item sx={{ alignSelf: 'flex-end' }}>Item 2</Item> <Item>Item 3</Item> </Box>