liquidify-react
Version:
🚀 Production-ready React component library inspired by Apple's new design language post-WWDC 2025. Built with Panda CSS and React, using Bun as runtime (npm compatible). Helps developers maintain design consistency for Apple platform apps. 47+ components
44 lines (43 loc) • 1.19 kB
JavaScript
import { jsx as m } from "react/jsx-runtime";
import { Listbox as t } from "@ark-ui/react";
import { forwardRef as b } from "react";
import { m as c, a as p, s as x, b as L } from "./create-recipe-PrEeV78t.mjs";
import { c as I } from "./cx-DSqNu2Ai.mjs";
const s = /* @__PURE__ */ p("listbox", {}, []), a = {}, e = Object.keys(a), l = /* @__PURE__ */ Object.assign(c(s.recipeFn), {
__recipe__: !0,
__name__: "listbox",
__getCompoundVariantCss__: s.__getCompoundVariantCss__,
raw: (o) => o,
variantKeys: e,
variantMap: a,
merge(o) {
return L(this, o);
},
splitVariantProps(o) {
return x(o, e);
},
getVariantProps: s.getVariantProps
}), r = b(({ className: o, ...i }, n) => /* @__PURE__ */ m(t.Root, { ref: n, className: I(l(), o), ...i }));
r.displayName = "ListboxRoot";
const _ = t.Label, u = t.Content, d = t.Item, f = t.ItemText, g = t.ItemIndicator, C = t.ItemGroup, R = t.ItemGroupLabel, T = {
Root: r,
Label: _,
Content: u,
Item: d,
ItemText: f,
ItemIndicator: g,
ItemGroup: C,
ItemGroupLabel: R
};
export {
T as L,
r as a,
_ as b,
u as c,
d,
f as e,
g as f,
C as g,
R as h
};
//# sourceMappingURL=listbox-T1eh1xz-.mjs.map