quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
31 lines (24 loc) • 658 B
JSON
{
"mixins": [ "components/checkbox/use-checkbox" ],
"meta": {
"docsUrl": "https://v2.quasar.dev/vue-components/toggle"
},
"props": {
"icon": {
"extends": "icon"
},
"checked-icon": {
"desc": "The icon to be used when the toggle is on"
},
"unchecked-icon": {
"desc": "The icon to be used when the toggle is off"
},
"indeterminate-icon": {
"desc": "The icon to be used when the model is indeterminate"
},
"icon-color": {
"extends": "color",
"desc": "Override default icon color (for truthy state only); Color name for component from the Quasar Color Palette"
}
}
}