Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uiw/react-color-material

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-color-material - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

8

package.json
{
"name": "@uiw/react-color-material",
"version": "1.3.2",
"version": "1.3.3",
"description": "Color Material",

@@ -38,5 +38,5 @@ "author": "Kenny Wong <wowohoo@qq.com>",

"dependencies": {
"@uiw/color-convert": "1.3.2",
"@uiw/react-color-editable-input": "1.3.2",
"@uiw/react-color-editable-input-rgba": "1.3.2"
"@uiw/color-convert": "1.3.3",
"@uiw/react-color-editable-input": "1.3.3",
"@uiw/react-color-editable-input-rgba": "1.3.3"
},

@@ -43,0 +43,0 @@ "devDependencies": {

@@ -8,3 +8,5 @@ React Color Material

<!--rehype:ignore:start-->
[![react-color-material](https://user-images.githubusercontent.com/1680273/125949704-6fdaa53b-6cae-4ef5-8e5d-f12a09152528.png)](https://uiwjs.github.io/react-color/#/material)
<!--rehype:ignore:end-->

@@ -19,6 +21,7 @@ ## Install

```js
```jsx mdx:preview
import React, { useState } from 'react';
import Material from '@uiw/react-color-material';
function Demo() {
export default function Demo() {
const [hex, setHex] = useState("#fff");

@@ -46,2 +49,4 @@ return (

}
declare const Material: React.ForwardRefExoticComponent<MaterialProps & React.RefAttributes<HTMLDivElement>>;
export default Material;
```

@@ -48,0 +53,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc