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

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

"use strict";
"use client";
'use strict';

var jsxRuntime = require('react/jsx-runtime');
var React = require('react');
var stack = require('./stack.cjs');

const HStack = React.forwardRef(
  function HStack2(props, ref) {
    return /* @__PURE__ */ jsxRuntime.jsx(stack.Stack, { align: "center", ...props, direction: "row", ref });
  }
);

exports.HStack = HStack;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy