
package.dist.esm.components.stack.v-stack.js Maven / Gradle / Ivy
"use strict";
"use client";
import { jsx } from 'react/jsx-runtime';
import { forwardRef } from 'react';
import { Stack } from './stack.js';
const VStack = forwardRef(
function VStack2(props, ref) {
return /* @__PURE__ */ jsx(Stack, { align: "center", ...props, direction: "column", ref });
}
);
export { VStack };
© 2015 - 2025 Weber Informatics LLC | Privacy Policy