/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/data/system/typography/TextAlignment.tsx.preview
9 строк
444 B
Siriwat K
[docs] Migrate content to the new location (#30757)
04 фев 2022, 07:13
Не верифицирован
04 фев 2022, 07:13
27f1c28
Код
Авторство
О чём код?
<Typography component="div"> <Box sx={{ textAlign: 'justify', m: 1 }}> Ambitioni dedisse scripsisse iudicaretur. Cras mattis iudicium purus sit amet fermentum. Donec sed odio operae, eu vulputate felis rhoncus. </Box> <Box sx={{ textAlign: 'left', m: 1 }}>Left aligned text.</Box> <Box sx={{ textAlign: 'center', m: 1 }}>Center aligned text.</Box> <Box sx={{ textAlign: 'right', m: 1 }}>Right aligned text.</Box> </Typography>