Chakra UI

0
11K

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
Căutare
Categorii
Citeste mai mult
Marketing and Advertising
Integrating Storytelling with SEO, Content Marketing, and Digital Strategy
Storytelling is not just a creative or branding tool — it’s also a strategic engine...
By Dacey Rankins 2025-11-04 19:09:15 0 2K
Marketing and Advertising
How Does Pricing Affect Marketing — and How to Price Your Product or Service
1. Introduction: Why Pricing Is More Than Just Numbers Pricing is often misunderstood as a...
By Dacey Rankins 2025-10-15 15:18:50 0 2K
Другое
Рождество на двоих. Last Christmas. (2019)
Кейт работает в магазине рождественских товаров, злоупотребляет выпивкой и давно бросила...
By Nikolai Pokryshkin 2022-09-11 23:04:49 0 29K
Agriculture and Forestry
Agriculture and Forestry: Pillars of Sustainability and Global Prosperity
Agriculture and forestry are two of the oldest and most essential human activities, serving as...
By Dacey Rankins 2024-11-11 17:01:58 0 11K
Business
Why Blogging Can't Be Delegated? Or How to Forget About Sales?
I often meet experts who complain about the lack of sales through a blog, and when we start to...
By Dacey Rankins 2024-09-02 19:10:33 0 12K

BigMoney.VIP Powered by Hosting Pokrov