Chakra snippets
The spacing property sets the spacing between each item in the VStack.
Library: @chakra-ui/react
import { VStack } from "@chakra-ui/react";
<VStack spacing={6}>
</VStack>
The spacing property sets the spacing between each item in the VStack.
Library: @chakra-ui/react
import { VStack } from "@chakra-ui/react";
<VStack spacing={6}>
</VStack>