/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/VRating.json
19 строк
880 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": "A specialized input for showing sequence of icons for the user to express feedback.", "props": { "clearable": "Allows for the component to be cleared by clicking on the current value.", "emptyIcon": "The icon displayed when empty.", "fullIcon": "The icon displayed when full.", "itemLabels": "Array of labels to display next to each item..", "itemLabelPosition": "Position of item labels. Accepts 'top' and 'bottom'.", "halfIncrements": "Allows the selection of half increments.", "hover": "Provides visual feedback when hovering over icons.", "length": "The amount of items to show.", "readonly": "Removes all hover effects and pointer events.", "itemAriaLabel": "The **aria-label** used for each item." }, "slots": { "item": "The slot for each item.", "item-label": "The slot for each item label." } }