Open nikolovlazar opened 2 years ago
Hi! This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs within 5 days. Thank you for your contributions.
Hi! This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs within 5 days. Thank you for your contributions.
@nikolovlazar, I was about to write theming docs on the Circular Progress
component, but I couldn't achieve any style changes. I was investigating the library, and it turns out there is no default theming for it in theme/src/components
.
I wonder if that's the reason I couldn't add any styles with
const theme = extendTheme({
components: {
CircularProgress: circularProgressTheme,
},
});
I've done some research on that component and it seems it doesn't have theming support on purpose: chakra-ui issue #7153
@nikolovlazar, @aacevski, should we close this issue?
Hey @GKosheev, I'm currently working on adding theming to this component on the chakra-ui
repo, once I get that done I'll write to this issue and you can do the theming docs. 🚀
Hi! This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs within 5 days. Thank you for your contributions.
Subject
CircularProgress
Description
Create a basic theming documentation for the
CircularProgress
component that showcases how you can style it.Theming file: Circular Progress theming file
Template Reference
For single part components, feel free to use the
Button
component theming doc as a template reference: Button theming.For multipart components, feel free to use the
Input
component theming doc as a template reference: Input theming.