syncfusion-blazor-timeline — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited syncfusion-blazor-timeline (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
The Syncfusion Blazor Timeline component enables you to display a series of events or milestones in a chronological sequence. It's ideal for visualizing project progress, historical timelines, delivery tracking, or process workflows.
Use the Timeline component when you need to:
The Timeline component renders a series of items sequentially, with each item containing:
Key capabilities:
📄 Read: references/getting-started.md
📄 Read: references/timeline-alignment.md
📄 Read: references/timeline-items.md
📄 Read: references/timeline-orientation.md
📄 Read: references/timeline-events.md
📄 Read: references/timeline-styling-customization.md
📄 Read: references/timeline-templates.md
📄 Read: references/api-reference.md
@using Syncfusion.Blazor.Layouts
<div style="height: 350px;">
<SfTimeline>
<TimelineItems>
<TimelineItem>
<Content>Event 1</Content>
<OppositeContent>2024-01-01</OppositeContent>
</TimelineItem>
<TimelineItem>
<Content>Event 2</Content>
<OppositeContent>2024-01-15</OppositeContent>
</TimelineItem>
<TimelineItem>
<Content>Event 3</Content>
<OppositeContent>2024-02-01</OppositeContent>
</TimelineItem>
</TimelineItems>
</SfTimeline>
</div>Display order status with timestamps and locations using alignment with opposite content.
Show project phases with start/end dates and descriptions using horizontal orientation.
Present historical events vertically with dates on one side and descriptions on the other using Alternate alignment.
Visualize workflow steps with custom dot colors and disabled states for completed vs. pending items.
| Property | Type | Purpose |
|---|---|---|
Alignment | TimelineAlignment enum | Positions content (Before, After, Alternate, AlternateReverse) |
Orientation | TimelineOrientation enum | Layout direction (Vertical, Horizontal) |
Reverse | bool | Reverses item order |
CssClass | string | Custom CSS class for styling |
Created | event | Fires when component rendering completes |
ItemRendered | event | Fires after each item renders |
Item Properties:
| Property | Type | Purpose |
|---|---|---|
Content | RenderFragment | Primary information |
OppositeContent | RenderFragment | Secondary information |
DotCss | string | CSS class for dot styling (icons, images) |
Disabled | bool | Disables the item |
CssClass | string | Custom CSS class for item styling |
@using Syncfusion.Blazor.Layouts in _Imports.razorbuilder.Services.AddSyncfusionBlazor() in Program.cs<SfTimeline> with <TimelineItems> collection~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.