Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Chakra Ui | 34,520 | 1,230 | 2 days ago | 743 | July 18, 2023 | 232 | mit | TypeScript | ||
⚡️ Simple, Modular & Accessible UI Components for your React Applications | ||||||||||
React Beautiful Dnd | 30,982 | 992 | 1,388 | 5 days ago | 94 | August 30, 2022 | 595 | other | JavaScript | |
Beautiful and accessible drag and drop for lists with React | ||||||||||
Headlessui | 22,317 | 1,330 | 2 days ago | 456 | July 28, 2023 | 4 | mit | TypeScript | ||
Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS. | ||||||||||
Sweetalert2 | 16,252 | 3,446 | 992 | 8 days ago | 678 | July 23, 2023 | 7 | mit | JavaScript | |
✨ A beautiful, responsive, highly customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes. Zero dependencies. 🇺🇦 | ||||||||||
Primitives | 11,934 | 69 | 9 days ago | 34 | June 05, 2023 | 298 | mit | TypeScript | ||
Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos. | ||||||||||
Downshift | 11,606 | 1,072 | 953 | 5 days ago | 322 | August 02, 2023 | 46 | mit | JavaScript | |
🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components. | ||||||||||
React Spectrum | 9,547 | 14 | 233 | a day ago | 507 | August 04, 2023 | 533 | apache-2.0 | TypeScript | |
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences. | ||||||||||
Grommet | 8,250 | 616 | 149 | 2 days ago | 160 | July 20, 2023 | 285 | apache-2.0 | JavaScript | |
a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package | ||||||||||
React Modal | 7,248 | 15,283 | 2,185 | 2 months ago | 114 | October 18, 2022 | 196 | mit | JavaScript | |
Accessible modal dialog component for React | ||||||||||
Ariakit | 7,174 | 75 | 173 | a day ago | 102 | November 18, 2021 | 64 | mit | TypeScript | |
Toolkit for building accessible web apps with React |
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 more
aria-*
attributes.To use Chakra UI components, all you need to do is install the
@chakra-ui/react
package and its peer dependencies:
# with Yarn
$ yarn add @chakra-ui/react @emotion/react@^11 @emotion/styled@^11 framer-motion@^6
# with npm
$ npm i @chakra-ui/react @emotion/react@^11 @emotion/styled@^11 framer-motion@^6
# with pnpm
$ pnpm add @chakra-ui/react @emotion/react@^11 @emotion/styled@^11 framer-motion@^6
# with Bun
$ bun add @chakra-ui/react @emotion/react@^11 @emotion/styled@^11 framer-motion@^6
To start using the components, please follow these steps:
ChakraProvider
provided by
@chakra-ui/react.import { ChakraProvider } from "@chakra-ui/react"
// Do this at the root of your application
function App({ children }) {
return <ChakraProvider>{children}</ChakraProvider>
}
Optionally, you can wrap your application with the ColorModeProvider
so you
can toggle between light and dark mode within your app.
import { Button } from "@chakra-ui/react"
function Example() {
return <Button>I just consumed some Chakra!</Button>
}
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 (20202021) |
![]() |
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