[material-ui][CircularProgress] Add track slot via enableTrackSlot#46907
Merged
siriwatknp merged 8 commits intomui:masterfrom Sep 12, 2025
Merged
[material-ui][CircularProgress] Add track slot via enableTrackSlot#46907siriwatknp merged 8 commits intomui:masterfrom
siriwatknp merged 8 commits intomui:masterfrom
Conversation
Netlify deploy previewBundle size report
|
85847e4 to
8f70499
Compare
Contributor
Author
|
Sorry, I missed those changes because I had some work in progress. |
siriwatknp
approved these changes
Sep 12, 2025
Member
siriwatknp
left a comment
There was a problem hiding this comment.
👍 Great job.
Pushed minor tweaks to use the theme token
Member
|
Request a second eye from @sai6855 |
Member
|
@siriwatknp I don't see |
Member
Yes, please proceed for both Circular and Linear Progress (can be in the same PR). |
1 task
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.
closes #46863
Summary
Adds a customizable track slot to
CircularProgressand updates docs/API/tests.enableTrackSlot?: boolean(default false).MuiCircularProgress-track<circle>(samer/strokeWidthas the foreground,aria-hidden="true", no dash indeterminate)CircularEnableTrackdemo; update API docs to include the prop and classdeterminatenote1: The docs section is titled “Circular track”. I’m open to renaming it to “Circular enableTrack” if reviewers prefer aligning the demo title with the prop name.
note2: I intentionally didn’t include dash customization for the track in this PR to keep the scope focused. If you believe this feature would be useful, please open a new issue and assign it to me; I’d be happy to proceed with a follow-up PR.
Demo