Socket
Socket
Sign inDemoInstall

@uiw/react-color-editable-input-hsla

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-color-editable-input-hsla - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

6

package.json
{
"name": "@uiw/react-color-editable-input-hsla",
"version": "1.3.2",
"version": "1.3.3",
"description": "Color Editable Input HSLA",

@@ -41,4 +41,4 @@ "author": "Kenny Wong <wowohoo@qq.com>",

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

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

@@ -8,3 +8,5 @@ React Color Editable Input HSLA

<!--rehype:ignore:start-->
[![react-color-editable-input-rgba](https://user-images.githubusercontent.com/1680273/126024611-516a5174-4cf2-4986-af36-ddc4d3d620bb.png)](https://uiwjs.github.io/react-color/#/editable-input-hsla)
<!--rehype:ignore:end-->

@@ -19,8 +21,8 @@ ## Install

```js
import { useState } from 'react';
```jsx mdx:preview
import React, { useState } from 'react';
import { hsvaToHex } from '@uiw/color-convert';
import EditableInputHSLA from '@uiw/react-color-editable-input-hsla';
function Demo() {
export default function Demo() {
const [hsva, setHsva] = useState({ h: 209, s: 36, v: 90, a: 1 });

@@ -51,2 +53,4 @@ return (

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

@@ -53,0 +57,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