Gathering detailed insights and metrics for @chakra-ui/clickable
Gathering detailed insights and metrics for @chakra-ui/clickable
Gathering detailed insights and metrics for @chakra-ui/clickable
Gathering detailed insights and metrics for @chakra-ui/clickable
@chakra-ui/button
A React component that is a base button.
@hackr/chakra-ui-clickable
React hook and component that implements native button interactions
@teste-ui/clickable
React hook and component that implements native button interactions
@nextpy/clickable
React hook and component that implements native button interactions
Chakra UI is a component system for building products with speed ⚡️
npm install @chakra-ui/clickable
Typescript
Module System
Node Version
NPM Version
98.5
Supply Chain
80.5
Quality
78.5
Maintenance
100
Vulnerability
100
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.69%)
MDX (16.5%)
JavaScript (0.65%)
CSS (0.08%)
HTML (0.07%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
75,052,419
Last Day
87,177
Last Week
456,116
Last Month
1,907,293
Last Year
26,467,583
MIT License
38,490 Stars
10,465 Commits
3,351 Forks
202 Watchers
11 Branches
680 Contributors
Updated on Feb 12, 2025
Minified
Minified + Gzipped
Latest Version
2.1.0
Package Id
@chakra-ui/clickable@2.1.0
Unpacked Size
102.58 kB
Size
11.29 kB
File Count
22
NPM Version
9.5.1
Node Version
18.16.1
Published on
Jul 18, 2023
Cumulative downloads
Total Downloads
Last Day
1.1%
87,177
Compared to previous day
Last Week
3.4%
456,116
Compared to previous week
Last Month
41.6%
1,907,293
Compared to previous month
Last Year
10.7%
26,467,583
Compared to previous year
1
3
React hook that implements all the interactions of a native button
component
with support for making it focusable even if it is disabled.
It can be used with both native button elements or other elements (like div
).
1import { useClickable } from "@chakra-ui/clickable"
1// create a clickable primitive 2const Clickable = (props) => { 3 const clickable = useClickable(props) 4 return <chakra.button display="inline-flex" {...clickable} /> 5} 6 7// use the clickable primitive 8const Example = () => ( 9 <Clickable 10 as="div" 11 onClick={(event) => { 12 alert("clicked") 13 }} 14 _active={{ bg: "blue", color: "white" }} 15 _disabled={{ opacity: 0.4, pointerEvents: "none" }} 16 > 17 Clickable 18 </Clickable> 19)
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