All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.cjs.components.stack.v-stack.cjs Maven / Gradle / Ivy

Go to download

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