eldav1d-marvel-ui
Version:
UI library for (and from) Playing with Marvel API
11 lines (10 loc) • 312 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { g as a } from "../../../helpers-BqRJSq4o.js";
const m = ({ className: t, ...e }) => {
const s = `input py-2 px-3 ${a(t)}`;
return r("input", { type: "text", className: `${s}`, ...e });
};
export {
m as default
};
//# sourceMappingURL=InputText.js.map