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