forked from quasarframework/quasar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQTimeline.json
More file actions
41 lines (35 loc) · 960 Bytes
/
QTimeline.json
File metadata and controls
41 lines (35 loc) · 960 Bytes
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
{
"meta": {
"docsUrl": "https://v1.quasar.dev/vue-components/timeline"
},
"behavior": {
"$listeners": true
},
"props": {
"color": {
"extends": "color"
},
"side": {
"type": "String",
"desc": "Side to place the timeline entries in dense and comfortable layout; For loose layout it gets overridden by QTimelineEntry side prop",
"default": "right",
"values": [ "left", "right" ],
"category": "behavior"
},
"layout": {
"type": "String",
"desc": "Layout of the timeline. Dense keeps content and labels on one side. Comfortable keeps content on one side and labels on the opposite side. Loose puts content on both sides.",
"default": "dense",
"values": [ "dense", "comfortable", "loose" ],
"category": "behavior"
},
"dark": {
"extends": "dark"
}
},
"slots": {
"default": {
"desc": "Used for content of component"
}
}
}