-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add page for progress bar #4226
base: master
Are you sure you want to change the base?
Conversation
name: 'Progressbar', | ||
available: true, | ||
cardOrder: 5, | ||
description: 'a visual indicator of progress in a process or journey.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A progress bar is a visual indicator that displays the total amount of completion for a process, allowing users to gauge how much of a process is complete and how much remains.
@britt6612 I think I'd expect this route to be |
@@ -0,0 +1,28 @@ | |||
## Use Cases |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To follow voice and tone, can you sentence case all of these headings? @vavalos5
cool I can change |
Changed headings to sentence case instead of bookcase
Co-authored-by: Taylor Seamans <[email protected]>
Deploy Preview
What does this PR do?
Where should the reviewer start?
What testing has been done on this PR?
In addition to the feature you are implementing, have you checked the following:
General UX Checks
Accessibility Checks
Code Quality Checks
How should this be manually tested?
Any background context you want to provide?
What are the relevant issues?
Closes #4208
Closes #4228
Screenshots (if appropriate)
Should this PR be mentioned in Design System updates?
Is this change backwards compatible or is it a breaking change?