/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/VAlert.json
25 строк
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 convey important message that has to stand out from the regular content. Easy to use with `type` for typical error, warning, info, and success callouts.", "props": { "border": "Adds a colored border to the component.", "borderColor": "Specifies the color of the border. Only used in combination with **border** prop. Accepts any color value.", "closable": "Adds a close icon that can hide the alert.", "closeIcon": "Change the default icon used for **closable** alerts.", "closeLabel": "Text used for *aria-label* on **closable** alerts. Can also be customized globally in [Internationalization](/customization/internationalization).", "height": "Sets the height for the component.", "maxHeight": "Sets the maximum height for the component.", "maxWidth": "Sets the maximum width for the component.", "minHeight": "Sets the minimum height for the component.", "minWidth": "Sets the minimum width for the component.", "modelValue": "Controls whether the component is visible or hidden.", "prominent": "Displays a larger vertically centered icon to draw more attention.", "tile": "Removes the component's border-radius.", "type": "Create a specialized alert that uses a contextual color and has a pre-defined icon.", "width": "Sets the width for the component." }, "slots": { "append": "Slot for icon at end of alert.", "close": "Slot for icon used in **dismissible** prop.", "prepend": "Slot for icon at beginning of alert." } }