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

@uiw/react-color-circle

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.3.2 to 1.3.3

6

package.json
{
"name": "@uiw/react-color-circle",
"version": "1.3.2",
"version": "1.3.3",
"description": "Color swatch component for React.",

@@ -38,4 +38,4 @@ "homepage": "https://uiwjs.github.io/react-color/#/circle",

"dependencies": {
"@uiw/color-convert": "1.3.2",
"@uiw/react-color-swatch": "1.3.2"
"@uiw/color-convert": "1.3.3",
"@uiw/react-color-swatch": "1.3.3"
},

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

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

<!--rehype:ignore:start-->
[![react-color-circle](https://user-images.githubusercontent.com/1680273/125948967-87e1d2eb-ed51-46c8-9378-9bf964b093ea.png)](https://uiwjs.github.io/react-color/#/circle)
<!--rehype:ignore:end-->

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

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

@@ -47,2 +50,4 @@ return (

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

@@ -49,0 +54,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