first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
59
node_modules/quasar/dist/api/QBtnGroup.json
generated
vendored
Normal file
59
node_modules/quasar/dist/api/QBtnGroup.json
generated
vendored
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
{
|
||||
"type": "component",
|
||||
"meta": {
|
||||
"docsUrl": "https://v2.quasar.dev/vue-components/button-group"
|
||||
},
|
||||
"props": {
|
||||
"spread": {
|
||||
"type": "Boolean",
|
||||
"desc": "Spread horizontally to all available space",
|
||||
"category": "content"
|
||||
},
|
||||
"outline": {
|
||||
"type": "Boolean",
|
||||
"desc": "Use 'outline' design for buttons",
|
||||
"category": "style"
|
||||
},
|
||||
"flat": {
|
||||
"type": "Boolean",
|
||||
"desc": "Use 'flat' design for buttons",
|
||||
"category": "style"
|
||||
},
|
||||
"unelevated": {
|
||||
"type": "Boolean",
|
||||
"desc": "Remove shadow on buttons",
|
||||
"category": "style"
|
||||
},
|
||||
"rounded": {
|
||||
"type": "Boolean",
|
||||
"desc": "Applies a more prominent border-radius for squared shape buttons",
|
||||
"category": "style"
|
||||
},
|
||||
"square": {
|
||||
"type": "Boolean",
|
||||
"desc": "Removes border-radius so borders are squared",
|
||||
"category": "style",
|
||||
"addedIn": "v2.7.6"
|
||||
},
|
||||
"push": {
|
||||
"type": "Boolean",
|
||||
"desc": "Use 'push' design for buttons",
|
||||
"category": "style"
|
||||
},
|
||||
"stretch": {
|
||||
"type": "Boolean",
|
||||
"desc": "When used on flexbox parent, buttons will stretch to parent's height",
|
||||
"category": "content"
|
||||
},
|
||||
"glossy": {
|
||||
"type": "Boolean",
|
||||
"desc": "Applies a glossy effect",
|
||||
"category": "style"
|
||||
}
|
||||
},
|
||||
"slots": {
|
||||
"default": {
|
||||
"desc": "Suggestion: QBtn"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue