Chakra snippets
The code creates a Box widget that has the color brand.red set as its background.
Library: @chakra-ui/react
Shortcut: chakra.box
import { Box } from "@chakra-ui/react";
<Box bgColor="brand.red">
</Box>