Open origami-z opened 2 years ago
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/uitk-lab@0.1.0
Only SketchPicker is used in ColorPicker, and it should be replaceable by some gradients and drag/drop events.
SketchPicker
https://colorjs.io/ might be useful
The ColorPicker component uses
react-color
for some visualisation, which we need to replace mostly due to bundle size.https://bundlephobia.com/package/@jpmorganchase/uitk-lab@0.1.0
Only
SketchPicker
is used in ColorPicker, and it should be replaceable by some gradients and drag/drop events.