forked from quasarframework/quasar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQSeparator.json
More file actions
47 lines (40 loc) · 1.18 KB
/
QSeparator.json
File metadata and controls
47 lines (40 loc) · 1.18 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
{
"meta": {
"docsUrl": "https://v1.quasar.dev/vue-components/separator"
},
"behavior": {
"$listeners": true
},
"props": {
"dark": {
"extends": "dark"
},
"spaced": {
"type": [ "Boolean", "String" ],
"desc": "If set to true, the corresponding direction margins will be set to 8px; It can also be set to a size in CSS units, including unit name, or one of the xs|sm|md|lg|xl predefined sizes",
"default": "md",
"examples": [
"12px", "sm", "md"
],
"category": "content"
},
"inset": {
"type": [ "Boolean", "String" ],
"desc": "If set to Boolean true, the left and right margins will be set to 16px. If set to 'item' then it will match a QItem's design. If set to 'item-thumbnail' then it will match the design of a QItem with a thumbnail on the left side",
"examples": [ "item", "item-thumbnail" ],
"category": "content"
},
"vertical": {
"type": "Boolean",
"desc": "If set to true, the separator will be vertical.",
"category": "content"
},
"size": {
"extends": "size",
"addedIn": "v1.12.0"
},
"color": {
"extends": "color"
}
}
}