Gathering detailed insights and metrics for @chakra-ui/react-use-focus-on-pointer-down
Gathering detailed insights and metrics for @chakra-ui/react-use-focus-on-pointer-down
Gathering detailed insights and metrics for @chakra-ui/react-use-focus-on-pointer-down
Gathering detailed insights and metrics for @chakra-ui/react-use-focus-on-pointer-down
⚡️ Simple, Modular & Accessible UI Components for your React Applications
npm install @chakra-ui/react-use-focus-on-pointer-down
@chakra-ui/react@3.2.1
Published on 26 Nov 2024
@chakra-ui/cli@3.2.1
Published on 26 Nov 2024
@chakra-ui/cli@3.2.0
Published on 20 Nov 2024
@chakra-ui/react@3.2.0
Published on 20 Nov 2024
@chakra-ui/react@3.1.2
Published on 15 Nov 2024
@chakra-ui/cli@3.1.2
Published on 15 Nov 2024
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
38,041 Stars
10,193 Commits
3,280 Forks
205 Watching
12 Branches
652 Contributors
Updated on 28 Nov 2024
TypeScript (75.92%)
MDX (23.76%)
JavaScript (0.15%)
CSS (0.13%)
HTML (0.03%)
Shell (0.01%)
Cumulative downloads
Total Downloads
Last day
-11.3%
70,893
Compared to previous day
Last week
0%
404,696
Compared to previous week
Last month
-2.6%
1,775,562
Compared to previous month
Last year
48.1%
22,361,156
Compared to previous year
1
1
2
Chakra UI is a comprehensive library of accessible, reusable, and composable React components that streamlines the development of modern web applications and websites. The library offers a diverse range of components that can be easily combined to build complex user interfaces while adhering to accessibility best practices.
create-react-app
TemplatesIt's the https://chakra-ui.com website for the latest version of Chakra UI. For older versions head over here
Box
and
Stack
that make it easy to style your components by passing props.
Learn morearia-*
attributes.To use Chakra UI components, all you need to do is install the
@chakra-ui/react
package and its peer dependencies:
1# with Yarn 2$ yarn add @chakra-ui/react @emotion/react 3 4# with npm 5$ npm i @chakra-ui/react @emotion/react 6 7# with pnpm 8$ pnpm add @chakra-ui/react @emotion/react 9 10# with Bun 11$ bun add @chakra-ui/react @emotion/react
To start using the components, please follow these steps:
ChakraProvider
provided by
@chakra-ui/react.1import { ChakraProvider, defaultSystem } from "@chakra-ui/react" 2 3// Do this at the root of your application 4function App({ children }) { 5 return <ChakraProvider value={defaultSystem}>{children}</ChakraProvider> 6}
Optionally, you can wrap your application with the ColorModeProvider
so you
can toggle between light and dark mode within your app.
1import { Button } from "@chakra-ui/react" 2 3function Example() { 4 return <Button>I just consumed some ⚡️Chakra!</Button> 5}
More guides on how to get started are available here
create-react-app
TemplatesCheck out our guide for
information on how to use our official create-react-app
templates.
Feel like contributing? That's awesome! We have a contributing guide to help guide you.
Our docsite lives in a separate repo. If you're interested in contributing to the documentation, check out the docsite contribution guide.
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]
By donating $5 or more you can support the ongoing development of this project. We'll appreciate some support. Thank you to all our supporters! 🙏 [Contribute]
People throw React component libraries and design systems at me regularly. This might be the best one I've seen. The APIs are simple but composable and the accessibility on the couple components I looked is complete.
Great work @thesegunadebayo, really inspiring work. – Ryan Florence
Awesome new open-source component library from @thesegunadebayo. Really impressive stuff! – Colm Tuite
This is incredible work. Amazing job Segun! – Lee Robinson
Chakra UI is glorious! I love the consistent use of focus styling and the subtle animation – Guillermo ▲
We've been extremely humbled to receive awards and mentions from the community for all the innovation and reach Chakra UI brings to the JavaScript ecosystem.
Solution Worth PursuingTechnology Radar (2020–2021) | |
The Most Impactful Contribution to the communityOpen Source Awards (2020) |
Thanks goes to these wonderful people
(emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
MIT © Segun Adebayo
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
30 commit(s) and 17 issue activity found in the last 90 days -- score normalized to 10
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
3 existing vulnerabilities detected
Details
Reason
Found 6/26 approved changesets -- score normalized to 2
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 2024-11-25
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