Color picker component #1171
dukcc
started this conversation in
Feature Requests / Ideas
Replies: 1 comment
-
Would love this! A color picker is also present in another UI library ( which uses Zag.js as it's base ), but kind of shows how it could be laid out in more "component" based style: |
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.
-
Describe the feature in detail (code, mocks, or screenshots encouraged)
An color picker component with support for color picker types (square, circle), different color format (hex, rgb, hsl, hsb, etc), all ui styled by default
Individual sliders to control different color channels in each color format, like for HSLA, support a separate slider for each channel, H, S, L, A
Another nice to have, an eyedropper for the entire page to pick a color
What type of pull request would this be?
New Feature
Provide relevant links or additional information.
some inspiration: https://zagjs.com/components/svelte/color-picker
Beta Was this translation helpful? Give feedback.
All reactions