chakra-ui / chakra-ui-docs

Documentation website for chakra ui
https://chakra-ui.com
MIT License
305 stars 473 forks source link

Theming: Circular Progress #1043

Open nikolovlazar opened 2 years ago

nikolovlazar commented 2 years ago

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.

stale[bot] commented 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.

stale[bot] commented 1 year 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.

GKosheev commented 1 year ago

@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,
  },
});
GKosheev commented 1 year ago

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?

aacevski commented 1 year ago

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. 🚀

stale[bot] commented 1 year 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.