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
The ColorPicker component uses react-color for some visualisation, which we need to replace mostly due to bundle size.
react-color
https://bundlephobia.com/package/@jpmorganchase/[email protected]
Only SketchPicker is used in ColorPicker, and it should be replaceable by some gradients and drag/drop events.
SketchPicker
The text was updated successfully, but these errors were encountered:
https://colorjs.io/ might be useful
Sorry, something went wrong.
[email protected] has now tree shaking, and we use that version, so react-color isn't a significant part of the lab bundle anymore.
[email protected]
https://bundlephobia.com/package/@salt-ds/[email protected]
No branches or pull requests
The ColorPicker component uses
react-color
for some visualisation, which we need to replace mostly due to bundle size.https://bundlephobia.com/package/@jpmorganchase/[email protected]
Only
SketchPicker
is used in ColorPicker, and it should be replaceable by some gradients and drag/drop events.The text was updated successfully, but these errors were encountered: