Gathering detailed insights and metrics for @chakra-ui/close-button
Gathering detailed insights and metrics for @chakra-ui/close-button
Gathering detailed insights and metrics for @chakra-ui/close-button
Gathering detailed insights and metrics for @chakra-ui/close-button
@chakra-ui/c-close-button
Chakra UI Vue | An accessible close button component for chakra ui vue component
@hackr/chakra-ui-close-button
A React and Chakra UI close button component.
@hakuna-matata-ui/close-button
A React and Chakra UI close button component.
@teste-ui/close-button
A React and Chakra UI close button component.
Chakra UI is a component system for building products with speed ⚡️
npm install @chakra-ui/close-button
Typescript
Module System
Node Version
NPM Version
89
Supply Chain
73.6
Quality
75.1
Maintenance
100
Vulnerability
99.3
License
@chakra-ui/cli@3.17.0
Updated on May 01, 2025
@chakra-ui/panda-preset@3.17.0
Updated on May 01, 2025
@chakra-ui/react@3.17.0
Updated on May 01, 2025
@chakra-ui/charts@3.17.0
Updated on May 01, 2025
@chakra-ui/react@3.16.1
Updated on Apr 20, 2025
@chakra-ui/panda-preset@3.16.1
Updated on Apr 20, 2025
TypeScript (81.65%)
MDX (17.43%)
JavaScript (0.76%)
CSS (0.08%)
HTML (0.06%)
Dockerfile (0.02%)
Total Downloads
79,932,042
Last Day
20,468
Last Week
407,471
Last Month
1,643,835
Last Year
24,736,377
MIT License
39,060 Stars
10,793 Commits
3,413 Forks
201 Watchers
18 Branches
692 Contributors
Updated on May 11, 2025
Minified
Minified + Gzipped
Latest Version
2.1.1
Package Id
@chakra-ui/close-button@2.1.1
Unpacked Size
20.59 kB
Size
4.46 kB
File Count
17
NPM Version
9.6.7
Node Version
18.17.1
Published on
Sep 08, 2023
Cumulative downloads
Total Downloads
Last Day
-1.9%
20,468
Compared to previous day
Last Week
8.8%
407,471
Compared to previous week
Last Month
-13.5%
1,643,835
Compared to previous month
Last Year
-0.8%
24,736,377
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 21 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
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
8 existing vulnerabilities detected
Details
Reason
Found 1/17 approved changesets -- score normalized to 0
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
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-05-05
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