# Welcome to Chakra UI ⚡️
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
- Works out of the box. Chakra UI contains a set of polished React components
that work out of the box.
- Flexible & composable. Chakra UI components are built on top of a React UI
Primitive for endless composability.
- Accessible. Chakra UI components follows the WAI-ARIA guidelines
specifications.
- Dark Mode 😍: All components are dark mode compatible.
## Looking for the documentation?
https://chakra-ui.com
## Installing Chakra UI
⚡️Chakra UI is made up of multiple components and tools which you can import
one by one. All you need to do is install the `@chakra-ui/react` package:
```sh
$ yarn add @chakra-ui/react
# or
$ npm install --save @chakra-ui/react
```
# Getting set up
To start using the components, please follow these steps:
1. Wrap your application in a `ThemeProvider` provided by **@chakra-ui/react**
```jsx
import { ThemeProvider, ColorModeProvider } from "@chakra-ui/react"
const App = ({ children }) => (
Segun Adebayo 💻 🚧 📖 💡 🎨 |
Tioluwani Kolawole 📖 💡 🚧 |