Timeline
<ns-timeline>
Overview
Represents a sequence of events that happen within a process, and shows the status.
Examples
Guidance
Implementation
Placement
The ns-timeline
component can only be used as a child of the <ns-panel>
element.
Specification
Attributes
show-step-count
- Property
showstepcount
- Description
- Whether to show the step count.
- Type
boolean
- Default
false
type
- Property
type
- Description
- The type of the timeline.
- Type
standard
step
- Default
standard
Slots
Slot | Permitted tags | Description |
---|---|---|
heading | <h2> | The heading of the timeline. |
summary | <p> | The summary of the timeline. |
event | <ns-timeline-event> | An event of the timeline. |