You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to have the option to define of which side of the timeline a timeline-item should appear. For example, during a football game a team scores twice. This means that two items should appear on the same side of the timeline.
What does the proposed API look like?
nz-timeline should have a new [nzMode] called 'custom'.
nz-timeline-item should have a new property [nzSide] with type 'left' or 'right'. If [nzSide] is not informed, it should appear on the same side as the previous timeline-item.
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
Would be nice to have the option to define of which side of the timeline a timeline-item should appear. For example, during a football game a team scores twice. This means that two items should appear on the same side of the timeline.
What does the proposed API look like?
nz-timeline should have a new
[nzMode]
called'custom'
.nz-timeline-item should have a new property
[nzSide]
with type'left'
or'right'
. If[nzSide]
is not informed, it should appear on the same side as the previous timeline-item.The text was updated successfully, but these errors were encountered: