We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks so much for offering this library!
I was wondering if you could link to a working demo, maybe at Codesandbox or somewhere.
From the Readme, I haven't been able to figure out how to get this working.
If I use <EyeDropper pickRadius={1} onChange={onChange} /> and
<EyeDropper pickRadius={1} onChange={onChange} />
function onChange({ rgb, hex }) { console.log({ hex }); }
Then I just see a black oval, and clicking it just logs hex: '#000000' but never opens an eyedropper.
hex: '#000000'
Thanks.
The text was updated successfully, but these errors were encountered:
Ahh, I found your example at
react-eyedrop/example/src/App.tsx
Line 5 in c4e5f64
It would probably still be nice to have a more prominent live demo linked from the Readme.
But for me, I've got it working now. I appreciate it!
Sorry, something went wrong.
Hello @ryancwalsh! I'm pleased to see you managed to make it work. I'll take your suggestion to heart and will add a CodeSandbox link to the README. 🙌
No branches or pull requests
Thanks so much for offering this library!
I was wondering if you could link to a working demo, maybe at Codesandbox or somewhere.
From the Readme, I haven't been able to figure out how to get this working.
If I use
<EyeDropper pickRadius={1} onChange={onChange} />
andThen I just see a black oval, and clicking it just logs
hex: '#000000'
but never opens an eyedropper.Thanks.
The text was updated successfully, but these errors were encountered: