/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/VCard.json
13 строк
763 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": "An alternative to `v-sheet` that provides a semantic interface for various types of cards holding title, general content, and optional actions, icon and image.", "props": { "flat": "Removes the card's elevation.", "hover": "Applies **3dp** (level 2) of elevation when hovered (default 1dp). You can find more information on the [elevation page](/styles/elevation).", "image": "Apply a specific background image to the component.", "prependIcon": "Prepends a [v-icon](/components/icons/) component to the header." }, "slots": { "actions": "The slot used for the card actions; located at the bottom of the card.", "image": "The slot used for the card image. This is used with the [image](#props-image) prop." } }