Chakra UI

0
12KB

What is Chakra UI?

Have you ever struggled with whether to focus more on the back-end or front-end of your project? Well believe me, both are equally important.

I started using Chakra UI because I wanted to focus on my back-end code more than being stuck on "How to center a div element?".

Chakra UI is extremely simple to use, especially when you are familiar with how to use ReactJs components.

How to Get Started and Install Chakra UI

Inside your respective directory, install ChakraUI using Yarn or NPM

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

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

For React:

For ChakraUI to get initialised you first need to add <ChakraProvider> in your index.js file.

import React from "react"

// 1. import `ChakraProvider` component
import { ChakraProvider } from "@chakra-ui/react"

function App({ Component }) {
 // 2. Use at the root of your app
 return (
   <ChakraProvider>
     <Component />
   </ChakraProvider>
 )
}

For Next.js

Go to pages/_app.js and add the following lines of code:

import { ChakraProvider } from "@chakra-ui/react"
function MyApp({ Component, pageProps }) {
 return (
   <ChakraProvider>
     <Component {...pageProps} />
   </ChakraProvider>
 )
}
export default MyApp
Pesquisar
Categorias
Leia mais
Marketing and Advertising
What Happens If My Website Traffic or Ranking Has Dropped?
A Complete Guide to Diagnosing and Recovering from SEO Declines Every website experiences...
Por Dacey Rankins 2025-10-31 15:47:56 0 17KB
Научная фантастика и фэнтези
Звёздные войны: Эпизод 4 — Новая надежда. Star Wars: Episode IV - A New Hope. (1977)
Татуин. Планета-пустыня. Уже постаревший рыцарь Джедай Оби Ван Кеноби спасает молодого Люка...
Por Nikolai Pokryshkin 2022-11-21 21:46:44 0 40KB
Paintball
Exploring Paintball: The Thrill of Strategy and Adventure
Exploring Paintball: The Thrill of Strategy and Adventure Paintball, a sport born from the...
Por Leonard Pokrovski 2024-07-03 22:21:11 0 31KB
Business
What Are the Most Important Administrative Skills?
Administrative skills are essential for ensuring that office operations run smoothly,...
Por Dacey Rankins 2026-04-20 17:42:38 0 997
Marketing and Advertising
Is User-Generated Content Suitable for All Brands and Industries?
Introduction User-Generated Content (UGC) has transformed the marketing landscape. From social...
Por Dacey Rankins 2025-11-07 18:36:00 0 7KB

BigMoney.VIP Powered by Hosting Pokrov