Timeline
Design System - Timeline component

// Sample code
<Timeline
label="Upcoming Timeline Step3"
subElements={subElements}
variant="upcoming"
showConnector={true}
/>// Sample code
DigitTimeline(
currentStep: TimelineStepState.present,
label: 'Ongoing state',
description: const ['18 / 02 / 2023'],
additionalWidgets: [
TimelineFileWidget(
file: TimelineFiles(
url: 'https://example.com/sample.pdf',
name: 'Document',
fileType: 'pdf',
),
openFile: true,
),
TimelineFileWidget(
file: TimelineFiles(
url: 'https://static.remove.bg/sample-gallery/graphics/bird-thumbnail.jpg',
name: 'Image',
fileType: 'jpg',
),
openFile: true,
)
],
);Anatomy

Variants



Properties





Property Configuration Table
Property
Value
Default
Property
Value
Default
Behaviours

Usage Guide


Changelog
Date
Number
Notes
Design Checklist
Last updated
Was this helpful?