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
16 lines (15 loc) • 555 B
JavaScript
import { j as s } from "./index-0a344d2e.js";
import { B as i, F as p, T as c } from "./index-0a344d2e.js";
import { R as m, S as l } from "./index-6f390e11.js";
const e = ({ checked: o, onChange: t }) => /* @__PURE__ */ s.jsxs("label", { className: "btn-switch", children: [
/* @__PURE__ */ s.jsx("input", { type: "checkbox", checked: o, onChange: () => t && t() }),
/* @__PURE__ */ s.jsx("span", { className: "slider round" })
] });
export {
i as Button,
p as FigureImg,
m as RootContainer,
l as Section,
e as Switch,
c as Typography
};