first commit

This commit is contained in:
Warunee Tamkoo 2023-09-06 14:51:44 +07:00
commit eb2f504652
32490 changed files with 5731109 additions and 0 deletions

53
node_modules/quasar/dist/api/QList.json generated vendored Normal file
View file

@ -0,0 +1,53 @@
{
"type": "component",
"meta": {
"docsUrl": "https://v2.quasar.dev/vue-components/list-and-list-items"
},
"props": {
"bordered": {
"type": "Boolean",
"desc": "Applies a default border to the component",
"category": "style"
},
"dense": {
"type": "Boolean",
"desc": "Dense mode; occupies less space",
"category": "style"
},
"separator": {
"type": "Boolean",
"desc": "Applies a separator between contained items",
"category": "content"
},
"dark": {
"type": "Boolean",
"desc": "Notify the component that the background is a dark color",
"category": "style"
},
"padding": {
"type": "Boolean",
"desc": "Applies a material design-like padding on top and bottom",
"category": "content"
},
"tag": {
"type": "String",
"desc": "HTML tag to use",
"examples": [
"div",
"span",
"div",
"ul",
"ol"
],
"category": "content",
"default": "div",
"addedIn": "v2.10.1",
"required": false
}
},
"slots": {
"default": {
"desc": "This is where the content goes; Suggestion: QItem, QExpansionItem, ..."
}
}
}