@playbooks/ui
Version:
An interface library for Playbooks.
12 lines (11 loc) • 530 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const require$$0 = require("react/jsx-runtime");
const html = require("./toast-context-kVz4KXNu.cjs");
const BtnGroup = ({ name = "BtnGroup", tailwind, className, children, ...props }) => {
const { theme } = html.useInterface();
const base = theme.btnGroup();
const computed = { ...base, ...props, tailwind, className, name };
return /* @__PURE__ */ require$$0.jsx(html.Div, { ...computed, children });
};
exports.BtnGroup = BtnGroup;