Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
@paprika/radio
Advanced tools
Radio component displays a radio input and label text beside it. When clicked it selects the input and deselects any other radio input in its group
Radio component displays a radio input and label text beside it. When clicked it selects the input and deselects any other radio input in its group
yarn add @paprika/radio
or with npm:
npm install @paprika/radio
Prop | Type | required | default | Description |
---|---|---|---|---|
a11yText | string | false | null | Used for aria-label on the radio input |
canDeselect | bool | false | false | Describe if the radio started as selected or not |
children | node | false | null | Used for label contents |
isChecked | bool | false | false | |
isDisabled | bool | false | false | Describe if the radio is disabled or not |
defaultIsChecked | bool | false | false | Describe if the radio started as checked or not |
name | string | false | "" | Name provided for accessibility |
onClick | custom | false | () => {} | onClick provided by parent Group component |
size | [ Radio.types.size.SMALL, Radio.types.size.MEDIUM, Radio.types.size.LARGE] | false | Radio.types.size.MEDIUM | Size provided by parent Group component |
tabIndex | [number,string] | false | 0 | Value for tabindex attribute to override the default of 0. |
value | string | false | "" | Value applied to the input if needed. |
Prop | Type | required | default | Description |
---|---|---|---|---|
canDeselect | bool | false | false | Can deselect any radio |
children | node | false | null | The individual radio items. |
isDisabled | bool | false | false | Are all radios disabled |
onChange | func | true | - | On change of radio selection. |
size | [ Radio.types.size.SMALL, Radio.types.size.MEDIUM, Radio.types.size.LARGE] | false | Radio.types.size.MEDIUM | The size for all radio components. |
import Radio from "@paprika/radio";
<Radio.Group
onChange={activeIndex => {
// get values from the data using index
}}
>
<Radio>Radio 1</Radio>
<Radio>Radio 2</Radio>
<Radio>Radio 3</Radio>
<Radio>Radio 4</Radio>
</Radio.Group>;
FAQs
Radio component displays a radio input and label text beside it. When clicked it selects the input and deselects any other radio input in its group
The npm package @paprika/radio receives a total of 526 weekly downloads. As such, @paprika/radio popularity was classified as not popular.
We found that @paprika/radio demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.