quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
24 lines (20 loc) • 468 B
JSON
{
"mixins": [ "mixins/checkbox" ],
"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"
}
}
}