All Projects → chakra-ui → Chakra Ui

chakra-ui / Chakra Ui

Licence: mit
⚡️ Simple, Modular & Accessible UI Components for your React Applications

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Chakra Ui

Chakra Ui
⚡️Simple, Modular & Accessible UI Components for your React Applications
Stars: ✭ 295 (-98.7%)
Mutual labels:  uikit, a11y, accessible, react-components, wai-aria
qi-design-vue
This is a design standard with an implement for web UI components library based on Vue.
Stars: ✭ 26 (-99.89%)
Mutual labels:  uikit, ui-components, dark-mode
dashkit-ui
UI Components built on React.
Stars: ✭ 17 (-99.93%)
Mutual labels:  react-components, ui-components, ui-library
React Spectrum
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
Stars: ✭ 5,876 (-74.17%)
Mutual labels:  ui-components, react-components, wai-aria
Bootstrap Vue
BootstrapVue provides one of the most comprehensive implementations of Bootstrap v4 for Vue.js. With extensive and automated WAI-ARIA accessibility markup.
Stars: ✭ 13,603 (-40.19%)
Mutual labels:  a11y, accessible, wai-aria
Class101 Ui
💅A React-based UI Component Library.
Stars: ✭ 102 (-99.55%)
Mutual labels:  uikit, ui-components, ui-library
Reakit
Toolkit for building accessible rich web apps with React
Stars: ✭ 5,265 (-76.85%)
Mutual labels:  a11y, accessible, wai-aria
Styled Bootstrap
💅🏻 A styled-component implementation of Bootstrap
Stars: ✭ 154 (-99.32%)
Mutual labels:  uikit, ui-components, react-components
sodium-ui
Sodium is a simple, modular and customizable web component library to build elegant and accessible UI pieces for your React Application.
Stars: ✭ 23 (-99.9%)
Mutual labels:  uikit, ui-components, ui-library
light-ui
A lightly React UI library
Stars: ✭ 38 (-99.83%)
Mutual labels:  react-components, ui-components
ng-sq-ui
Flexible and easily customizable UI-kit for Angular 11+
Stars: ✭ 99 (-99.56%)
Mutual labels:  uikit, ui-components
clarity-react
React Components for VMware Clarity UI and Clarity Design
Stars: ✭ 33 (-99.85%)
Mutual labels:  react-components, ui-components
ocean-web
Blu's Design System
Stars: ✭ 25 (-99.89%)
Mutual labels:  uikit, a11y
taiga-ui
Angular UI Kit and components library for awesome people
Stars: ✭ 2,251 (-90.1%)
Mutual labels:  uikit, ui-components
pearl-ui
Pearl UI is a powerful UI toolkit that helps you build beautiful production-ready mobile apps right out of the box ⚡️
Stars: ✭ 19 (-99.92%)
Mutual labels:  ui-components, dark-mode
unity-ui-manager
🎫 A Simple UI Manager for rapid prototyping and ease of collaboration
Stars: ✭ 44 (-99.81%)
Mutual labels:  uikit, ui-components
AOA
접근성 오픈 아카데미 (AOA, Accessibility Open Academy)
Stars: ✭ 18 (-99.92%)
Mutual labels:  wai-aria, ui-components
accessibility-testing-tools
A collection of useful tools for accessibility testing and debugging in the browser, online and desktop
Stars: ✭ 18 (-99.92%)
Mutual labels:  a11y, wai-aria
bui
‹b› Web components for creating applications – built by Blackstone Publishing using lit-html and lit-element
Stars: ✭ 29 (-99.87%)
Mutual labels:  ui-components, ui-library
monalisa-ui
MonalisaUI ✨ React Native UI Library
Stars: ✭ 37 (-99.84%)
Mutual labels:  uikit, ui-components

Chakra logo

Build Accessible React Apps with Speed ⚡️


Bundle Size Language grade: JavaScript MIT License NPM Downloads Github Stars Discord


Chakra UI provides a set of accessible, reusable, and composable React components that make it super easy to create websites and apps.

Looking for the documentation? 📝

For older versions, head over here => https://v0.chakra-ui.com

Latest version (v1) => https://chakra-ui.com

Features 🚀

  • Ease of Styling: Chakra UI contains a set of layout components like Box and Stack that make it easy to style your components by passing props. Learn more
  • Flexible & composable: Chakra UI components are built on top of a React UI Primitive for endless composability.
  • Accessible. Chakra UI components follow the WAI-ARIA guidelines specifications and have the right aria-* attributes.
  • Dark Mode 😍: Most components in Chakra UI are dark mode compatible.

Support Chakra UI 💖

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]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

Testimonials

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 ▲

Installing Chakra UI

To use Chakra UI components, all you need to do is install the @chakra-ui/react package and its peer dependencies:

$ yarn add @chakra-ui/react @emotion/react@^11 @emotion/styled@^11 framer-motion@^5

# or

$ npm i @chakra-ui/react @emotion/react@^11 @emotion/styled@^11 framer-motion@^5

Usage

To start using the components, please follow these steps:

  1. Wrap your application with the 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.

  1. Now you can start using components like so!:
import { Button } from "@chakra-ui/react"

function Example() {
  return <Button>I just consumed some ⚡️Chakra!</Button>
}

CodeSandbox Templates

create-react-app Templates

Check out our guide for information on how to use our official create-react-app templates.

Contributing

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.

Contributors

Thanks goes to these wonderful people


Segun Adebayo

💻 🚧 📖 💡 🎨

Tioluwani Kolawole

📖 💡 🚧

Devansh Jethmalani

💻

Adrian Aleixandre

💻 📖

Lee

📖

Kristóf Poduszló

💻 🤔 🐛 📖

Justin Hall

💻

Mark Chandler

💻 ⚠️ 📖 🚧

Folasade Agbaje

💻 🤔

Christian Nwamba

📖

Jonathan Bakebwa

📖 🤔

Alex Luong

💻 🔌

Jesco Wüster

💻

Dusty Doris

💻

Alex Lobera

💻

Tommaso De Rossi

💻

Odi

💻

Hendrik Niemann

💻

Matt Rothenberg

💻 💡

Luis Felipe Zaguini

💻

Jean

💻

Temitope Ajiboye

📖

Jonathan Kim

💻

Chris Thompson

💻

WALTER KIMARO

💻

Jack Leslie

💻

Ken-Lauren Daganio

💻

Ramon

💻

jess

📖 🔍

Ayelegun Kayode Michael

💻

Tal Williams

💻

Trevor Blades

💻 📖 🐛

Gord Lea

💻

Aggelos Arvanitakis

💻

Douglas Gabriel

💻

Martin Nordström

💻

Danny Tatom

💻

Simon Collins

💻

Santi Albo

💻 📖

PILO7980

💻

Ishimoto Koji

💻

Jeff Wen

💻

Pablo Saez

💻

Nejc Ravnik

💻

Julien Viala

💻

Sebastian Trebunak

💻 📖

Adam Plante

💻

Lúcio Rubens

💻

Jason Miazga

💻 📖

Gonzalo Pozzo

💻

Christian

💻 🚇

Christian Hagendorn

💻

Andrey Krasnov

💻

Dony Sukardi

💻

Meng

💻

Gabriele Belluardo

💻

Francois Best

💻

Tianci He

💻

Steven

💻

Baptiste Adrien

💻

Rob Bevan

💻

Tomasz

💻

徐愷

💻

David Wippel

💻

Naveen

💻

Vincent

💻

Osamah Aldoaiss

💻

Fred K. Schott

💻

Jared Palmer

💻

Austin Walela

💻

Tony Narlock

💻 📖

Thomas Maximini

💻

David Baumgold

💻

ralphilius

💻

Rahul Rangnekar

💻

Pierre Nel

💻

Pierre Grimaud

💻

Whisp R&D

💻

Makenna Smutz

💻 📖 🤔

Nelson Reitz

💻

Mohamed Nainar

📖

Mustafa Turhan

📖

Kim Røen

📖

Justin Mak

💻

Jeremy Davis

💻

Jeremy Lu

📖 💻

Ivan Dalmet

📖 💻 🔌

Dillon Curry

💻

idfunctor

💻

denkigai

💻

Aaron Adams

💻

Abdulazeez Adeshina

💻

Sandro

💻

Premkumar Shanmugam

💻

Tobias Meixner

💻

Jeremie Leblanc

💻

Kelvin Oghenerhoro

💻

David J. Felix

💻

Brody McKee

📖

Per Svensson

💻

Patrick Cason

📖

Ivo Ilić

💻

Avaneesh Tripathi

💻

balibebas

📖

Navin Moorthy

💻 📖

Tim Kindberg

📖

iodar

📖

MAO YUFENG

📖

Peng Jie

💻 📖

James Gee

💻 ⚠️ 💡

Anton

📖

Damnjan Lukovic

📖

Stanila Andrei

💻

Ekunola Ezekiel

💻

Ben Mitchinson

📖

Jess Telford

💻

Simo Aleksandrov

📖

Héricles Emanuel

💻

CodinCat

📖

Sam Dawson

🤔

hy2k

💻

Pierre Ortega

💻

Kerem Sevencan

📖

harveyhalwin

📖

Mansour benyoucef

📖

Andrew Garrison

📖

Carlos Rodrigues

📖

Dwight Watson

📖

ChasinHues

📖

Nahuel Greco

📆 🐛

Pablo Rocha

📖

Dustin Larimer

💻 🎨

Juliano Farias

📖

Joe Bell

🐛 💻

Henning Pohlmeyer

💻

Sivert Schou Olsen

📖

Andrei Lazarescu

📖

José Teixeira

🐛

Adriano Resende

📖

Victor Bastos

📖

Vincent

📖

Candice

🎨 🐛 📖

Dave Bauman

📖

TimKolberger

🐛 📖 💻

Stephane Mensah

🐛

iskanderbroere

📖

Dominik Sumer

💻

Pavel 'Strajk' Dolecek

📖

Keshav Bohra

📖

okezieuc

📖

Clayton Faria

📖

Andrew Ellis

💻 🐛 📖

Joel Gallant

🐛

Jaya Krishna Namburu

💻

Ifeoma Imoh

📖

Jason Adkison

🐛

Gauthier Rodaro

🐛

Tom Dohnal

💻

Sam Margalit

🐛

Marcus Wood

💻

Spencer Duball

📖

Jacob Arriola

📖

Kenley Jean

📖

Dennis Morello

🐛

Umar Gora

📖

Zyclotrop-j

💻

Hong Suk Woo

📖

Junho Yeo

📖

Thomas Siller

⚠️ 💻

Samuel Kauffmann

📖

Jozef Mikuláš

💻

João Victor

💻

yuichiro miyamae

📖

Gifa Eriyanto

🐛

Yuzi

⚠️ 💻

songheewon

📖

Prasanna Venkatesh T S

📖

anthowm

📖

Osama Ahmaro

🐛

Danan Wijaya

📖

electather

🐛

Shubham Kaushal

📖

Petter Sæther Moen

📖

Herman Nygaard

📖

jnmsl

📖

Mohamed Sayed

💻

Sam Poder

📖

Dominic Lee

📖 💻

Feras Aloudah

🤔

JP Ungaretti

📖

Endika Intxaurtieta

📖

Matt Wells

💻

Anant Jain

📖

Tom Chen

📖 🚇

Ernie Miranda

📖

bjoluc

📖

Sujit Pradhan

📖 💻

Abhishek Kashyap

📖

Kristian Djaković

💻

Antoniel Magalhães

💻

Griko Nibras

🤔 💻

imalbert

📖

mcha

💻 ⚠️

Hasib Hassan

📖

Jamie Rolfs

🤔 📖 💻

Surabhi Gupta

📖

Ningaro

🐛

Monae

💻

Wade McDaniel

📖

Gordon Goldbach

💻

Bhish

💻

Amilkar Munoz

📖

Samar Mohan

💻

João Paulo Rodrigues

📖

Avery Freeman

📖

Daniel Schulz

🐛 💻 📖 🤔

Michael Kilbane

💻

ngxCoder

💻

(emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

Testing supported by

BrowserStack

License

MIT © Segun Adebayo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].