Skip to content

Commit

Permalink
feat(progress-steps): add Timeline vs. Progress Steps
Browse files Browse the repository at this point in the history
  • Loading branch information
PixeledCode committed Sep 18, 2024
1 parent 474b383 commit 334a681
Showing 1 changed file with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,27 @@ Each step within the Progress Steps component has a label which can be set to ad
{i18nExample}
</LivePreview>

---

### Timeline vs. Progress Steps

Use Progress Steps:

<UnorderedList>
<ListItem>To guide users through a sequence of steps necessary to complete a task.</ListItem>
<ListItem>
When user interaction is required at certain points in a process and actions are necessary to complete a goal.
</ListItem>
</UnorderedList>

Use Timeline:

<UnorderedList>
<ListItem>To display the history or sequence of events, focusing on what has happened over time.</ListItem>
<ListItem>
When user interaction is secondary, and progress does not depend on user actions, ensuring the process continues
even without direct user input.
</ListItem>
</UnorderedList>

## Composition Notes

Expand Down

0 comments on commit 334a681

Please sign in to comment.