useTheme

useTheme is a custom hook used to get the theme object from context.

Import#

import { useTheme } from '@chakra-ui/react'

Return value#

The useTheme hook returns the theme object.

Usage#

function Example() {
const theme = useTheme()
return <div>{/* Do something with the theme */}</div>
}
Edit this page on GitHub

Proudly made inNigeria by Segun Adebayo

Deployed by â–² Vercel