/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/VProgressCircular.json
12 строк
790 B
Rambaud Pierrick
docs: add description to all the component in the web-types (#22563)
22 апр 2026, 19:19
Не верифицирован
22 апр 2026, 19:19
01b0a53
Код
Авторство
О чём код?
{ "description": "Used to display progress (0-100 scale) or a loading state.", "props": { "indeterminate": "Constantly animates, use when loading progress is unknown. If set to the string `'disable-shrink'` it will use a simpler animation that does not run on the main thread.", "reveal": "Animates the progress circle from 0 to its model value when the component mounts.", "rounded": "Rounds the ends of the progress arc for a softer appearance. When enabled, the progress stroke will have rounded caps instead of square ends.", "modelValue": "The percentage value for current progress.", "rotate": "Rotates the circle start point in degrees.", "size": "Sets the diameter of the circle in pixels.", "width": "Sets the stroke of the circle in pixels." } }