first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
30
node_modules/quasar/dist/api/QSpinnerComment.json
generated
vendored
Normal file
30
node_modules/quasar/dist/api/QSpinnerComment.json
generated
vendored
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue