-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Description
Summary
Add a color picker to material UI components library. The color picker should support the basics of the the html color component and look and feel like a material ui component.
Documentations:
Need to add a full documentation page for the new color picker component to the documentation page under then inputs section.
Examples
Existing library (not in mui itself): material-ui-color-picker
Motivation
As far as I can see, there isn't any color picker input built in to MUI library. This feature will help developers use the color picker component without resorting to basic html inputs (which does not look consistent with MUI style and teams) or installing an external library which can be deprecated or removed.
Search keywords: color picker color-picker component input inputs new
