Animated Circular Progress Bar - Tailwind colors #400
Replies: 1 comment
-
|
Yes. You can use Tailwind theme colors by passing the CSS variables as strings: <AnimatedCircularProgressBar
value={value}
gaugePrimaryColor="var(--color-primary)"
gaugeSecondaryColor="var(--color-muted)"/>stroke accepts any valid CSS color, including var(--color-primary), var(--primary), var(--muted), etc., so these will work with your theme and dark mode. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
Can the Animated Circular Progress Bar use tailwind colors in the gaugePrimaryColor and guageSecondaryColor properties?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions