@mankindui/core
Version:
- a react component library - you can see how @mankindui/core can be used via examples: [usage examples](https://github.com/clarklindev/mankindui-test)
9 lines (8 loc) • 351 B
JavaScript
import { j as s } from "../../_virtual/jsx-runtime.js";
const m = ({ children: t }) => /* @__PURE__ */ s.jsx("ul", { children: t }), i = ({ children: t, className: e, ...r }) => /* @__PURE__ */ s.jsx("li", { className: e, ...r, children: t });
m.ListItem = i;
i.displayName = "List.ListItem";
export {
m as List
};
//# sourceMappingURL=index.js.map