
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
mui-color-picker
Advanced tools
<ColorInput> component for material-ui v5 forked from Loic Mahieu,
<ColorPicker>
for material-uiColorPicker based on <TextField />
and <ChromePicker />
from react-color
and its redux-form field component.
For mui (v5):
npm install --save mui-color-picker
import React from 'react'
import ColorPicker from 'mui-color-picker'
<ColorPicker
name='color'
defaultValue='#000'
// value={this.state.color} - for controlled component
onChange={color => console.log(color)}
/>
Redux-form field
import React, { Component } from 'react';
import { reduxForm, Field } from 'redux-form';
import { ColorPickerField } from 'mui-color-picker';
...
<Field
name="color"
component={ColorPickerField}
/>
...
There is not so much properties at this time. The was very quickly designed for my needs. Feel free to submit a PR with new features ;)
This library is licensed under the MIT Licence.
FAQs
<ColorInput> component for material-ui v5 forked from Loic Mahieu,
The npm package mui-color-picker receives a total of 82 weekly downloads. As such, mui-color-picker popularity was classified as not popular.
We found that mui-color-picker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.