Create a Dark Mode Switcher in Chakra UI

InstructorLazar Nikolov

Share this video with your friends

Send Tweet

In this lesson, you'll learn how to use the useColorMode hook to implement a Dark / Light Mode switcher. Additionally, you'll learn how to use the useColorModeValue hook to create color mode-based variables.

~ 2 years ago

Why did you use <Heading> for bold text? Why not <Text as="b">, this is more sematic