@stanfordspezi/spezi-web-design-system
Version:
Stanford Biodesign Digital Health Spezi Web Design System
18 lines (17 loc) • 543 B
JavaScript
import { jsx as o } from "react/jsx-runtime";
import { c as d } from "./index-2NvaPZWc.mjs";
const l = ({ className: e, type: t = "text", ...r }) => /* @__PURE__ */ o(
"input",
{
"data-slot": "input",
type: t,
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
),
...r
}
);
export {
l as I
};