Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@uiw/react-color-chrome
Advanced tools
Chrome Component is a subcomponent of @react-color
.
npm i @uiw/react-color-chrome
import React, { useState } from 'react';
import Chrome from '@uiw/react-color-chrome';
import { GithubPlacement } from '@uiw/react-color-github';
function Demo() {
const [hex, setHex] = useState("#d29c9c53");
return (
<>
<Chrome
color={hex}
style={{ float: 'left' }}
placement={GithubPlacement.Right}
onChange={(color) => {
setHex(color.hexa);
}}
/>
<Chrome
color={hex}
placement={GithubPlacement.TopRight}
onChange={(color) => {
setHex(color.hexa);
}}
/>
<div style={{ background: hex, marginTop: 30, padding: 10 }}>
{hex}
</div>
</>
);
}
export default Demo;
import React from 'react';
import { GithubProps } from '@uiw/react-color-github';
export declare enum ChromeInputType {
HEXA = 'hexa',
RGBA = 'rgba',
HSLA = 'hsla',
}
export interface ChromeProps extends Omit<GithubProps, 'colors'> {
inputType?: ChromeInputType;
}
export declare enum GithubPlacement {
Left = "L",
LeftTop = "LT",
LeftBotton = "LB",
Right = "R",
RightTop = "RT",
RightBotton = "RB",
Top = "T",
TopRight = "TR",
TopLeft = "TL",
Botton = "B",
BottonLeft = "BL",
BottonRight = "BR"
}
Licensed under the MIT License.
FAQs
Color Github Picker
The npm package @uiw/react-color-chrome receives a total of 5,071 weekly downloads. As such, @uiw/react-color-chrome popularity was classified as popular.
We found that @uiw/react-color-chrome demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.