forked from quasarframework/quasar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQBtnGroup.json
More file actions
65 lines (55 loc) · 1.26 KB
/
QBtnGroup.json
File metadata and controls
65 lines (55 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"meta": {
"docsUrl": "https://v1.quasar.dev/vue-components/button-group"
},
"behavior": {
"$listeners": true
},
"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"
},
"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"
}
}
}