feat(#1908): Add Linear Progress documentation and examples#467
Merged
Conversation
✅ Deploy Preview for abgov-ui-component-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
1c5f96d to
d78121b
Compare
twjeffery
reviewed
Dec 22, 2025
Collaborator
twjeffery
left a comment
There was a problem hiding this comment.
Thanks for adding this @willcodeforcoffee
A few small issues I see that need to be adjusted. I'll list them below, let me know if you have any questions and/or want to discuss:
- temporary notification "New" badge now bleeding off right of side menu
-
linear progress indicator should have "New" badge
-
the code snippet for the 3rd example (Automatically increasing progress) is not showing a show more button for some reason, so you can't see all the code. My only clue to why is perhaps because you are not using the sandbox in the same way as other pages?
twjeffery
approved these changes
Dec 23, 2025
Collaborator
twjeffery
left a comment
There was a problem hiding this comment.
Thanks @willcodeforcoffee Looks good to me!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


This PR adds the documentation for the new Linear Progress control.
Originally all of the documentation for the Circular Progress controls was simply labelled "Progress Indicator", which is confusing when there are two indicators now. So all "Progress Indicator" mentions were renamed to "Circular Progress Indicator" and left beside the "Linear Progress Indicator" for discoverability, and, consistency.
Note: This PR is currently not building because the main repo cannot publish to npm at the moment.
When that is resolved:
Related story: