Gathering detailed insights and metrics for @chakra-ui/alert
Gathering detailed insights and metrics for @chakra-ui/alert
Gathering detailed insights and metrics for @chakra-ui/alert
Gathering detailed insights and metrics for @chakra-ui/alert
@chakra-ui/c-alert
Chakra UI Vue | CAlert component
@chakra-ui/alert-dialog
React component for accessible alert or confirm dialog
@hackr/chakra-ui-alert
A React component used to alert users of a particular screen area that needs user action
@teste-ui/alert
A React component used to alert users of a particular screen area that needs user action
Chakra UI is a component system for building SaaS products with speed ⚡️
npm install @chakra-ui/alert
Typescript
Module System
Node Version
NPM Version
90.3
Supply Chain
72.1
Quality
75.1
Maintenance
100
Vulnerability
99.3
License
@chakra-ui/cli@3.22.0
Updated on Jul 07, 2025
@chakra-ui/panda-preset@3.22.0
Updated on Jul 07, 2025
@chakra-ui/react@3.22.0
Updated on Jul 07, 2025
@chakra-ui/charts@3.22.0
Updated on Jul 07, 2025
@chakra-ui/panda-preset@3.21.1
Updated on Jun 28, 2025
@chakra-ui/charts@3.21.1
Updated on Jun 28, 2025
TypeScript (82.19%)
MDX (16.96%)
JavaScript (0.71%)
CSS (0.07%)
HTML (0.06%)
Dockerfile (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
39,349 Stars
10,957 Commits
3,444 Forks
201 Watchers
10 Branches
694 Contributors
Updated on Jul 12, 2025
Latest Version
2.2.2
Package Id
@chakra-ui/alert@2.2.2
Unpacked Size
91.11 kB
Size
10.70 kB
File Count
57
NPM Version
9.8.1
Node Version
18.18.2
Published on
Nov 09, 2023
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
2
4
Alerts visually highlight important content for the user. They can contain a title, an icon and content. Each intent has a default icon associated with it.
1yarn add @chakra-ui/alert 2 3# or 4 5npm i @chakra-ui/alert
1import { 2 Alert, 3 AlertTitle, 4 AlertIcon, 5 AlertDescription, 6} from "@chakra-ui/alert"
1<Alert status="error" variant="solid" justifyContent="center"> 2 <AlertIcon /> 3 <AlertTitle>Your browser is outdated!</AlertTitle> 4 <AlertDescription>Your Chakra experience may be degraded.</AlertDescription> 5</Alert>
No vulnerabilities found.
Reason
30 commit(s) and 15 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/25 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
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
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