Is there a component similar to shinywidgets colorPickr
in dash?for example, use https://github.com/Simonwep/pickr
. I see the default color component https://dash.plotly.com/dash-daq/colorpicker is expanded. I hope it is a button, click and then choose the color.
hi @Liripo
welcome to the community.
I don’t believe Dash currently had that exact same component as Simonwep/pickr.
Thank you very much for your reply, I think there should be many usage scenarios for this component.
Hello @Liripo,
DBC does actually have something similar.
Check out here and scroll down to color.
https://dash-bootstrap-components.opensource.faculty.ai/docs/components/input/
3 Likes