@chakra-ui/layout
Version:
Chakra UI layout components that give you massive speed
15 lines (13 loc) • 398 B
JavaScript
'use client'
import {
Stack
} from "./chunk-ZHMYA64R.mjs";
// src/stack/v-stack.tsx
import { forwardRef } from "@chakra-ui/system";
import { jsx } from "react/jsx-runtime";
var VStack = forwardRef((props, ref) => /* @__PURE__ */ jsx(Stack, { align: "center", ...props, direction: "column", ref }));
VStack.displayName = "VStack";
export {
VStack
};
//# sourceMappingURL=chunk-NTCQBYKE.mjs.map