/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/SelectionControlGroup.json
13 строк
541 B
MajesticPotatoe
docs(api): update missing checkbox descriptions
15 сен 2023, 16:14
15 сен 2023, 16:14
750b262
Код
Авторство
О чём код?
{ "props": { "defaultsTarget": "The target component to provide defaults values for.", "error": "Puts the input in a manual error state.", "falseIcon": "The icon used when inactive.", "id": "Sets the DOM id on the component.", "inline": "Puts children inputs into a row.", "multiple": "Changes select to multiple. Accepts array for value.", "readonly": "Puts input in readonly state.", "trueIcon": "The icon used when active.", "type": "Provides the default type for children selection controls." } }