Gathering detailed insights and metrics for @npm-polymer/paper-radio-button
Gathering detailed insights and metrics for @npm-polymer/paper-radio-button
Gathering detailed insights and metrics for @npm-polymer/paper-radio-button
Gathering detailed insights and metrics for @npm-polymer/paper-radio-button
npm install @npm-polymer/paper-radio-button
Typescript
Module System
Node Version
NPM Version
HTML (52.51%)
JavaScript (47.49%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
19 Stars
325 Commits
24 Forks
16 Watchers
18 Branches
39 Contributors
Updated on Dec 19, 2024
Latest Version
2.0.0
Package Id
@npm-polymer/paper-radio-button@2.0.0
Size
8.50 kB
NPM Version
4.1.1
Node Version
6.9.2
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
Material design: Radio button
paper-radio-button
is a button that can be either checked or unchecked.
User can tap the radio button to check or uncheck it.
Use a <paper-radio-group>
to group a set of radio buttons. When radio buttons
are inside a radio group, exactly one radio button in the group can be checked
at any time.
Example:
1<paper-radio-button></paper-radio-button> 2<paper-radio-button>Item label</paper-radio-button>
The following custom properties and mixins are available for styling:
Custom property | Description | Default |
---|---|---|
--paper-radio-button-unchecked-background-color | Radio button background color when the input is not checked | transparent |
--paper-radio-button-unchecked-color | Radio button color when the input is not checked | --primary-text-color |
--paper-radio-button-unchecked-ink-color | Selected/focus ripple color when the input is not checked | --primary-text-color |
--paper-radio-button-checked-color | Radio button color when the input is checked | --primary-color |
--paper-radio-button-checked-ink-color | Selected/focus ripple color when the input is checked | --primary-color |
--paper-radio-button-size | Size of the radio button | 16px |
--paper-radio-button-label-color | Label color | --primary-text-color |
--paper-radio-button-label-spacing | Spacing between the label and the button | 10px |
This element applies the mixin --paper-font-common-base
but does not import paper-styles/typography.html
.
In order to apply the Roboto
font to this element, make sure you've imported paper-styles/typography.html
.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 4/26 approved changesets -- score normalized to 1
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
33 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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