/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/data/material/components/skeleton/Variants.tsx.preview
7 строк
353 B
Diego Andai
[material-ui][Skeleton] Revert "Add new props to the Skeleton component" (#39156)
25 сен 2023, 20:16
Не верифицирован
25 сен 2023, 20:16
ce992b8
Код
Авторство
О чём код?
{/* For variant="text", adjust the height via font-size */} <Skeleton variant="text" sx={{ fontSize: '1rem' }} /> {/* For other variants, adjust the size with `width` and `height` */} <Skeleton variant="circular" width={40} height={40} /> <Skeleton variant="rectangular" width={210} height={60} /> <Skeleton variant="rounded" width={210} height={60} />