material-ui-color
material-ui-color copied to clipboard
The lightest colorpicker, palette, colorinput, colorbutton ⚡ No dependencies. It uses React hooks, support Typescript theming and more !
**Is your feature request related to a problem? Please describe.** It would be usefull if passing your own properties to eg. material-ui Button (for ColorButton) was possible, like it is...
**Describe the bug** When inputting a value into the RGB input of the ColorPicker, if you enter a non numerical value, NaN is displayed in the input field. You are...
Would be nice to add an event property to the onChange callback - ColorPicker So we would have something like this: `const handleColorChange = (event: ChangeEvent, newColor: Color) => {...
**Describe the bug** When control with website in right to left lanuages, its selection is not correctly shown on the color map. It appears as a elongated bar instead of...
How can I pass a custom name to the Color Picker component, so I can catch up the name value in the onClick event? I need this string so I...
In color picker dialog, When you enter some hex code and press Enter/return, I'd like the popup to be closed and occur onChange event with appropriate valu  e.
Button are type="submit" by default, so I'm unable to use this component in any form Please make it possible to pass button type property or add type="button" by default
**Describe the bug** The specified handler fires, but the button itself remains white. **To Reproduce** ``` handleNewCategoryColour(e)} hideTextfield /> ``` **Expected behavior** The event should fire, and the button should...
**Is your feature request related to a problem? Please describe.** Dosc showing `size` props  No `size` prop in reality  **Describe the solution you'd like** Please add missing `size`...
I want to be able to change the colorbutton size of the ColorPicker component **Describe the solution you'd like** Add a ColorButtonProps prop to ColorPicker **Describe alternatives you've considered** Or...