material-ui-color icon indicating copy to clipboard operation
material-ui-color copied to clipboard

The lightest colorpicker, palette, colorinput, colorbutton ⚡ No dependencies. It uses React hooks, support Typescript theming and more !

Results 36 material-ui-color issues
Sort by recently updated
recently updated
newest added

**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...

bug

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) => {...

enhancement

**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...

bug

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...

enhancement

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 ![image (1)](https://user-images.githubusercontent.com/68667346/142921204-65c0bbe1-c784-4c3b-8ffd-99577a745ef8.png) e.

enhancement

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 ![image](https://user-images.githubusercontent.com/20401418/126497941-6f4edcc2-97a7-44f9-b184-de5a16229088.png) No `size` prop in reality ![image](https://user-images.githubusercontent.com/20401418/126498095-93e638cf-9a8d-4e62-9823-8950993958c3.png) **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...