@stanfordspezi/spezi-web-design-system
Version:
Stanford Biodesign Digital Health Spezi Web Design System
17 lines (16 loc) • 517 B
JavaScript
import { jsx as o } from "react/jsx-runtime";
import { c as d } from "./index-2NvaPZWc.mjs";
const s = ({ className: e, type: r = "text", ...t }) => /* @__PURE__ */ o(
"input",
{
type: r,
className: d(
"focus-ring border-input bg-surface-primary placeholder:text-muted-foreground flex h-10 w-full rounded-md border px-3 py-2 text-sm file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:cursor-not-allowed disabled:opacity-50",
e
),
...t
}
);
export {
s as I
};