52 lines
No EOL
1.3 KiB
JSON
52 lines
No EOL
1.3 KiB
JSON
{
|
|
"type": "component",
|
|
"meta": {
|
|
"docsUrl": "https://v2.quasar.dev/vue-components/timeline"
|
|
},
|
|
"props": {
|
|
"color": {
|
|
"type": "String",
|
|
"tsType": "NamedColor",
|
|
"desc": "Color name for component from the Quasar Color Palette",
|
|
"examples": [
|
|
"primary",
|
|
"teal",
|
|
"teal-10"
|
|
],
|
|
"category": "style"
|
|
},
|
|
"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",
|
|
"required": false
|
|
},
|
|
"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",
|
|
"required": false
|
|
},
|
|
"dark": {
|
|
"type": "Boolean",
|
|
"desc": "Notify the component that the background is a dark color",
|
|
"category": "style"
|
|
}
|
|
},
|
|
"slots": {
|
|
"default": {
|
|
"desc": "Used for content of component"
|
|
}
|
|
}
|
|
} |