package.dist.cjs.components.stack.v-stack.cjs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react Show documentation
Show all versions of react Show documentation
Responsive and accessible React UI components built with React and Emotion
The newest version!
"use strict";
"use client";
'use strict';
var jsxRuntime = require('react/jsx-runtime');
var React = require('react');
var stack = require('./stack.cjs');
const VStack = React.forwardRef(
function VStack2(props, ref) {
return /* @__PURE__ */ jsxRuntime.jsx(stack.Stack, { align: "center", ...props, direction: "column", ref });
}
);
exports.VStack = VStack;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy