MCPcopy Create free account
hub / github.com/kuma-ui/kuma-ui / VStackExample

Function VStackExample

website/src/components/example/VStack.tsx:3–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { VStack, Box } from "@kuma-ui/core";
2
3export const VStackExample = () => {
4 return (
5 <VStack justify="center" alignItems="center" gap={8}>
6 <Box p={8} bg="blue" color="white">
7 Hello world
8 </Box>
9 <Box p={8} bg="green" color="white">
10 Hello again
11 </Box>
12 </VStack>
13 );
14};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected