quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
28 lines (23 loc) • 541 B
JSON
{
"mixins": [ "mixins/checkbox" ],
"meta": {
"docsUrl": "https://v1.quasar.dev/vue-components/toggle"
},
"props": {
"icon": {
"extends": "icon"
},
"checked-icon": {
"type": "String",
"desc": "The icon to be used when the toggle is on",
"examples": [ "visibility" ],
"category": "content"
},
"unchecked-icon": {
"type": "String",
"desc": "The icon to be used when the toggle is off",
"examples": [ "visibility_off" ],
"category": "content"
}
}
}