ProgressTrackerNew
Expected Kyber 14 Changes
- ProgressTrackerNew will become ProgressTracker in v14.
Progress trackers are designed to help users through a multi-step process and it's vital to keep users informed about what section they are currently on, what section they have completed, and what tasks remain. Display the steps from left to right.
Result
Loading...
Live Editor
Connector and Icons
You can set the connector
prop to be 'line' or 'arrow' for the connector between the steps.
Icons are optional.
Result
Loading...
Live Editor
Customizing ProgressTracker when on a dark background
When using the ProgressTrackerNew
component on a dark background you must use the light
variant and adjust the colors of the HorizontalScrollingList's buttons and gradients via CSS variables. The following example shows how to do this:
Result
Loading...
Live Editor