quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
50 lines (40 loc) • 1.03 kB
JSON
{
"mixins": [ "mixins/size" ],
"meta": {
"docsUrl": "https://v1.quasar.dev/vue-components/inner-loading"
},
"behavior": {
"$listeners": true
},
"props": {
"showing": {
"type": "Boolean",
"desc": "State - loading or not",
"category": "state"
},
"color": {
"extends": "color",
"desc": "Color name for component from the Quasar Color Palette for the inner Spinner (unless using the default slot)"
},
"size": {
"desc": "Size in CSS units, including unit name, or standard size name (xs|sm|md|lg|xl), for the inner Spinner (unless using the default slot)",
"default": "42px"
},
"transition-show": {
"extends": "transition",
"default": "fade"
},
"transition-hide": {
"extends": "transition",
"default": "fade"
},
"dark": {
"extends": "dark"
}
},
"slots": {
"default": {
"desc": "Default slot is used for replacing default Spinner; Suggestions: a spinner or text"
}
}
}