/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/VChip.json
22 строки
1 KB
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 style short contextual labels, tag-like selection within multi-select fields, or as an alternative to regular `v-btn`.", "props": { "closable": "Adds remove button and then a chip can be closed.", "closeIcon": "Change the default icon used for **close** chips.", "closeLabel": "Text used for *aria-label* on the close button in **close** chips. Can also be customized globally in [Internationalization](/customization/internationalization).", "draggable": "Makes the chip draggable.", "filter": "Displays a selection icon when selected.", "filterIcon": "Change the default icon used for **filter** chips.", "label": "Applies a medium size border radius.", "pill": "Remove `v-avatar` padding.", "size": "Sets the height, padding and the font size of the component. Accepts only predefined options: **x-small**, **small**, **default**, **large**, and **x-large**.", "value": "The value used when a child of a [v-chip-group](/components/chip-groups)." }, "events": { "click": "Emitted when component is clicked, toggles chip if contained in a chip group - Will trigger component to ripple when clicked unless the `.native` modifier is used." }, "slots": { "close": "Slot for icon used in **close** prop.", "filter": "Slot for icon used in **filter** prop." } }