mui-color
mui-color copied to clipboard
Tooltip is not working
Hi! Thats how I use component now <ColorPicker key={el.id} id={el.id} tooltip: "check" value={accordionColor} hideTextfield onChange={(event) => setAccordionColor(event)} />
But the problem is that tooltip is not showing up
How to use it?
Thank you