/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/rounded.json
6 строк
546 B
J-Sek
feat(rounded): accept arbitrary values (#22721)
25 мар 2026, 03:25
Не верифицирован
25 мар 2026, 03:25
bd9037c
Код
Авторство
О чём код?
{ "props": { "rounded": "Designates the **border-radius** applied to the component. You can use the predefined sizes **0**, **xs**, **sm**, **md**, **lg**, **xl**, **pill**, **circle**, and **shaped**, pass `true` for the component default. Since v4.1 you can also provide any valid CSS value (e.g. `8px`, `50%`, `1em`) or number (converted to `px`). Find more information on available border radius classes on the [Border Radius page](/styles/border-radius).", "tile": "Removes any applied **border-radius** from the component." } }