/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/VCol.json
24 строки
2 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": "Grid column wrapper meant to be placed inside `v-row`.", "props": { "alignSelf": "Deprecated, use **align-self-\\*** class. Available options are: **start**, **center**, **end**, **auto**, **baseline** and **stretch**.", "cols": "Sets the default number of columns the component extends. Available options are: **1 -> 12** and **auto**. It accepts `{n}/{size}` syntax (e.g. 1/5 or 3/24) that overrides grid columns count for size calculation.", "lg": "Changes the number of columns on large and greater breakpoints.", "md": "Changes the number of columns on medium and greater breakpoints.", "offset": "Sets the default offset for the column. Similarly to **cols**, accepts `{n}/{size}` syntax (e.g. 1/5 or 3/24).", "offsetLg": "Changes the offset of the component on large and greater breakpoints.", "offsetMd": "Changes the offset of the component on medium and greater breakpoints.", "offsetSm": "Changes the offset of the component on small and greater breakpoints.", "offsetXl": "Changes the offset of the component on extra large and greater breakpoints.", "offsetXxl": "Changes the offset of the component on extra extra large and greater breakpoints.", "order": "Deprecated, use **order-\\*** class", "orderLg": "Deprecated, use **order-lg-\\*** class", "orderMd": "Deprecated, use **order-md-\\*** class", "orderSm": "Deprecated, use **order-sm-\\*** class", "orderXl": "Deprecated, use **order-xl-\\*** class", "orderXxl": "Deprecated, use **order-xxl-\\*** class", "sm": "Changes the number of columns on small and greater breakpoints.", "xl": "Changes the number of columns on extra large and greater breakpoints.", "xxl": "Changes the number of columns on extra extra large and greater breakpoints." } }