Chakra snippets
The above code creates a GridItem that will use the flex-start alignItems attribute and will have a spacing of 2.
Library: @chakra-ui/react
import { Grid } from "@chakra-ui/react";
<GridItem as={VStack} spacing={2} alignItems="flext-start">
</GridItem>