OrionTimeline
<o-timeline>
displays a timeline and must be used with the <o-timeline-pane>
component (more infos below).
Its mecanism is very similar with the <o-tabs>
component (more infos here).
It can be useful if you want to diplay elements in a chronological order.
TimelinePlayground
Orion Timeline
Props
Name
centeredPill
boolean = undefined
horizontal
boolean = undefined
loader
string | boolean = undefined
scrollable
boolean = undefined
PublicInstance
Name
Type
_loader
() => OrionLoader
panes
Private.TsxTimelinePane[]
getValue
() => Undef<string | number>
getCurrent
() => Undef<string | number>
setCurrent
(name?: string | number) => void
_el
() => HTMLElement | undefined
Orion Timeline Pane
TimelineMarker TimelineStyle
Props
Name
centeredPill
boolean = undefined
complete
boolean = undefined
disabled
boolean = undefined
fontIcon
string = undefined
icon
Orion.Icon = undefined
lazy
boolean = undefined
lazyOnce
boolean = undefined
marker
number | boolean = undefined
markerColor
Orion.Color = 'danger'
name
string | number = undefined
pill
string = undefined
Slots
Name
Bindings
default
No bindings
PublicInstance
Name
Type
disabled
boolean | undefined
name
string | number | undefined
_el
() => HTMLElement | undefined