hrms-manual/node_modules/quasar/dist/api/QSpinner.json
2023-09-06 14:51:44 +07:00

37 lines
No EOL
809 B
JSON

{
"type": "component",
"meta": {
"docsUrl": "https://v2.quasar.dev/vue-components/spinners"
},
"props": {
"size": {
"type": "String",
"desc": "Size in CSS units, including unit name or standard size name (xs|sm|md|lg|xl)",
"examples": [
"16px",
"2rem",
"xs",
"md"
],
"category": "style"
},
"color": {
"type": "String",
"tsType": "NamedColor",
"desc": "Color name for component from the Quasar Color Palette",
"examples": [
"primary",
"teal",
"teal-10"
],
"category": "style"
},
"thickness": {
"type": "Number",
"desc": "Override value to use for stroke-width",
"default": 5,
"category": "style",
"required": false
}
}
}