Gathering detailed insights and metrics for @nextpy/close-button
Gathering detailed insights and metrics for @nextpy/close-button
npm install @nextpy/close-button
Typescript
Module System
Node Version
NPM Version
60.3
Supply Chain
72.1
Quality
74.2
Maintenance
100
Vulnerability
99.3
License
@chakra-ui/react@3.8.0
Updated on Feb 09, 2025
@chakra-ui/panda-preset@3.8.0
Updated on Feb 09, 2025
@chakra-ui/cli@3.8.0
Updated on Feb 09, 2025
@chakra-ui/panda-preset@3.7.0
Updated on Feb 04, 2025
@chakra-ui/react@3.7.0
Updated on Feb 04, 2025
@chakra-ui/cli@3.7.0
Updated on Feb 04, 2025
TypeScript (82.71%)
MDX (16.48%)
JavaScript (0.65%)
CSS (0.08%)
HTML (0.07%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
233
Last Day
1
Last Week
2
Last Month
14
Last Year
142
MIT License
38,505 Stars
10,471 Commits
3,355 Forks
202 Watchers
12 Branches
682 Contributors
Updated on Feb 15, 2025
Latest Version
2.1.1
Package Id
@nextpy/close-button@2.1.1
Unpacked Size
20.63 kB
Size
4.48 kB
File Count
17
NPM Version
10.1.0
Node Version
20.7.0
Published on
Nov 09, 2023
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
-50%
2
Compared to previous week
Last Month
133.3%
14
Compared to previous month
Last Year
56%
142
Compared to previous year
1
2
3
CloseButton is essentially a button with a close icon. It is used to handle the close functionality in feedback and overlay components like Alerts, Toasts, Drawers and Modals.
1yarn add @chakra-ui/close-button 2 3# or 4 5npm i @chakra-ui/close-button
1import { CloseButton } from "@chakra-ui/close-button"
1<CloseButton />
Pass the isDisabled
prop to put the close button component in a disabled
state.
1<CloseButton isDisabled />
Pass the size prop to adjust the size of the close button. Values can be sm, md or lg.
1<> 2 <CloseButton size="sm" /> 3 <CloseButton size="md" /> 4 <CloseButton size="lg" /> 5</>
No vulnerabilities found.
Reason
30 commit(s) and 11 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
7 existing vulnerabilities detected
Details
Reason
Found 5/26 approved changesets -- score normalized to 1
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
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-02-10
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