@voilajsx/uikit
Version:
Cross-platform React components with beautiful themes and OKLCH color sciences - Now with mobile (Capacitor) support
36 lines (35 loc) • 593 B
JavaScript
import { jsx as o } from "react/jsx-runtime";
import { R as t, C as a, a as e } from "./index-EO5flKM3.js";
function n({
...l
}) {
return /* @__PURE__ */ o(t, { "data-slot": "collapsible", ...l });
}
function s({
...l
}) {
return /* @__PURE__ */ o(
e,
{
"data-slot": "collapsible-trigger",
...l
}
);
}
function p({
...l
}) {
return /* @__PURE__ */ o(
a,
{
"data-slot": "collapsible-content",
...l
}
);
}
export {
n as Collapsible,
p as CollapsibleContent,
s as CollapsibleTrigger
};
//# sourceMappingURL=collapsible.js.map