Alternative to native HTML input [type = "color"]

Hi there, I’m currently working on a react project which requires user to select a color from pallette.

I tried using <input type="color" /> but the color swatch is so ugly on chrome and Firefox.

Is there a color package i can install in my react project to replace the native HTML input [type=“color”]

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.