Gathering detailed insights and metrics for @chakra-ui/radio
Gathering detailed insights and metrics for @chakra-ui/radio
Gathering detailed insights and metrics for @chakra-ui/radio
Gathering detailed insights and metrics for @chakra-ui/radio
Chakra UI is a component system for building SaaS products with speed ⚡️
npm install @chakra-ui/radio
Typescript
Module System
Node Version
NPM Version
90.5
Supply Chain
74.1
Quality
75.1
Maintenance
100
Vulnerability
99.3
License
@chakra-ui/cli@3.21.0
Updated on Jun 11, 2025
@chakra-ui/react@3.21.0
Updated on Jun 11, 2025
@chakra-ui/charts@3.21.0
Updated on Jun 11, 2025
@chakra-ui/panda-preset@3.21.0
Updated on Jun 11, 2025
@chakra-ui/cli@3.20.0
Updated on Jun 06, 2025
@chakra-ui/charts@3.20.0
Updated on Jun 06, 2025
TypeScript (82.01%)
MDX (17.12%)
JavaScript (0.72%)
CSS (0.07%)
HTML (0.06%)
Dockerfile (0.02%)
Total Downloads
81,209,616
Last Day
20,080
Last Week
430,338
Last Month
1,806,409
Last Year
24,392,996
MIT License
39,287 Stars
10,922 Commits
3,434 Forks
201 Watchers
13 Branches
693 Contributors
Updated on Jun 26, 2025
Minified
Minified + Gzipped
Latest Version
2.1.2
Package Id
@chakra-ui/radio@2.1.2
Unpacked Size
204.22 kB
Size
27.77 kB
File Count
41
NPM Version
9.8.1
Node Version
18.18.2
Published on
Nov 09, 2023
Cumulative downloads
Total Downloads
6
2
Radio component is used in forms when a user needs to select a single value from several options.
1yarn add @chakra-ui/radio 2 3# or 4 5npm i @chakra-ui/radio
1import { Radio } from "@chakra-ui/radio"
1<Radio>This is a radio</Radio>
RadioGroup is used to bind multiple radios into a group, and it indicates whether which option is selected.
1<RadioGroup defaultValue="one"> 2 <Radio value="one">One</Radio> 3 <Radio value="two">Two</Radio> 4 <Radio value="three">Three</Radio> 5</RadioGroup>
No vulnerabilities found.
Reason
30 commit(s) and 14 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
Found 7/24 approved changesets -- score normalized to 2
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
11 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-23
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 MoreLast Day
-19.9%
20,080
Compared to previous day
Last Week
-5.7%
430,338
Compared to previous week
Last Month
4.9%
1,806,409
Compared to previous month
Last Year
-3.3%
24,392,996
Compared to previous year