UNPKG

react-box-tools

Version:

Box tools react components, utils and hooks

10 lines (9 loc) 298 B
import { jsx as a } from "react/jsx-runtime"; import { c as e } from "./clsx-DG-5vF7T.js"; const n = (r) => { const { direction: o = "h", children: s, className: c, tag: t = "div" } = r; return /* @__PURE__ */ a(t, { className: e(`group-${o} ${c}`), children: s }); }; export { n as Group };