You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love the interaction of the color wheel component and useColorWheel. As far as its mechanics, it's exactly what I'm looking for. However, for my use case, I need to be able to set my own color stops for the gradient. I'm building a picker where the color is symbolic of something else and I don't actually need or want to allow for selecting every possible color.
Here's an example that illustrates a color wheel with arbitrary stops:
This is more of a stretch goal for me, but it would also help me to be able to specify whether the colors are continuous (like above) or discrete, something more like this:
Are either of these possible with the current implementation of <ColorWheel /> or useColorWheel ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I love the interaction of the color wheel component and useColorWheel. As far as its mechanics, it's exactly what I'm looking for. However, for my use case, I need to be able to set my own color stops for the gradient. I'm building a picker where the color is symbolic of something else and I don't actually need or want to allow for selecting every possible color.
Here's an example that illustrates a color wheel with arbitrary stops:

This is more of a stretch goal for me, but it would also help me to be able to specify whether the colors are continuous (like above) or discrete, something more like this:
Are either of these possible with the current implementation of
<ColorWheel />
oruseColorWheel
?Beta Was this translation helpful? Give feedback.
All reactions