Gathering detailed insights and metrics for @spectrum-web-components/color-handle
Gathering detailed insights and metrics for @spectrum-web-components/color-handle
Gathering detailed insights and metrics for @spectrum-web-components/color-handle
Gathering detailed insights and metrics for @spectrum-web-components/color-handle
Spectrum Web Components
npm install @spectrum-web-components/color-handle
Typescript
Module System
Node Version
NPM Version
TypeScript (66.41%)
CSS (31.37%)
JavaScript (2.07%)
HTML (0.08%)
Handlebars (0.06%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
1,405 Stars
4,923 Commits
229 Forks
46 Watchers
249 Branches
342 Contributors
Updated on Jul 17, 2025
Latest Version
1.7.0
Package Id
@spectrum-web-components/color-handle@1.7.0
Unpacked Size
59.46 kB
Size
7.11 kB
File Count
33
NPM Version
10.8.1
Node Version
20.16.0
Published on
Jun 11, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
The <sp-color-handle>
is used to select a colour on an <sp-color-area>
, <sp-color-slider>
, or <sp-color-wheel>
. It functions similarly to the handle on an <sp-slider>
.
yarn add @spectrum-web-components/color-handle
Import the side effectful registration of <sp-color-handle>
via:
import '@spectrum-web-components/color-handle/sp-color-handle.js';
When looking to leverage the ColorHandle
base class as a type and/or for extension purposes, do so via:
import { ColorHandle } from '@spectrum-web-components/color-handle';
1<sp-color-handle></sp-color-handle>
1<sp-color-handle disabled></sp-color-handle>
When the <sp-color-handle>
uses the open
property, the <sp-color-loupe>
component can be used above the handle to show the selected color that would otherwise be covered by a mouse, stylus, or finger on the down/touch state. This can be customized to appear only on finger-input, or always appear regardless of input type.
1<div style="height: 72px"></div> 2<sp-color-handle open></sp-color-handle>
No vulnerabilities found.
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
security policy file detected
Details
Reason
Found 24/28 approved changesets -- score normalized to 8
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
36 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More