event-services
Version:
Collection of hooks, components, generics (buttons, containers, styles, tools) for creating web applications for guest management for any type of events: weddings, parties, graduations that require guest confirmation and display useful information to gues
20 lines (19 loc) • 580 B
JavaScript
import { m as e, j as t } from "./index-0a344d2e.js";
const r = {
fluid: "fluid",
noGap: "no-gap",
noPadding: "padding-0"
}, d = ({ children: s, className: o = "", ...n }) => {
const a = e(r, n);
return /* @__PURE__ */ t.jsx("div", { className: `root-container ${a} ${o}`, children: s });
}, c = {
borderRadius: "border-radius",
bgNone: "bg-none"
}, l = ({ children: s, className: o = "", ...n }) => {
const a = e(c, { ...n, borderRadius: !0 });
return /* @__PURE__ */ t.jsx("section", { className: `${a} ${o}`, children: s });
};
export {
d as R,
l as S
};