Chakra snippets
This will create a 2xlarge heading at the top of the page.
Library: @chakra-ui/react
Shortcut: chakra.heading
import { Heading } from "@chakra-ui/react";
<Heading as="h1" size="2xl">
</Heading>