update: timeline component doc
parent
2ef482d1fb
commit
b26d43acc1
|
@ -9,7 +9,7 @@ const TimelineProps = [
|
||||||
name: "align",
|
name: "align",
|
||||||
type: "string",
|
type: "string",
|
||||||
default: "left",
|
default: "left",
|
||||||
description: 'Position of the timeline bar relative to the content. Valid values are "left", "right" for vertical layout and "top", "bottom" for horizontal layout.'
|
description: 'Position of the timeline bar relative to the content. Valid values are "left", "right" and "alternate" for vertical layout and "top", "bottom" for horizontal layout.'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "layout",
|
name: "layout",
|
||||||
|
|
Loading…
Reference in New Issue