quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
41 lines (34 loc) • 809 B
JSON
{
"behavior": {
"$listeners": true
},
"props": {
"name": {
"type": "String",
"desc": "Name of the icon, following Quasar convention",
"examples": [ "map", "ion-add" ],
"category": "model"
},
"color": {
"extends": "color"
},
"size": {
"extends": "size"
},
"left": {
"type": "Boolean",
"desc": "Useful if icon is on the left side of something: applies a standard margin on the right side of Icon",
"category": "content"
},
"right": {
"type": "Boolean",
"desc": "Useful if icon is on the right side of something: applies a standard margin on the left side of Icon",
"category": "content"
}
},
"slots": {
"default": {
"desc": "Suggestions: QTooltip or QMenu"
}
}
}