UNPKG

@carbon/react

Version:

React components for the Carbon Design System

30 lines (28 loc) 906 B
/** * Copyright IBM Corp. 2016, 2026 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ const require_runtime = require("../../_virtual/_rolldown/runtime.js"); const require_Stack = require("./Stack.js"); let react = require("react"); react = require_runtime.__toESM(react); let react_jsx_runtime = require("react/jsx-runtime"); //#region src/components/Stack/VStack.tsx /** * Copyright IBM Corp. 2016, 2025 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ const VStack = (0, react.forwardRef)((props, ref) => { return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_Stack.Stack, { ...props, ref, orientation: "vertical" }); }); VStack.propTypes = require_Stack.Stack.propTypes; //#endregion exports.VStack = VStack;