@stanfordspezi/spezi-web-design-system
Version:
Stanford Biodesign Digital Health Spezi Web Design System
22 lines (21 loc) • 373 B
JavaScript
import { jsx as m } from "react/jsx-runtime";
import { c as n } from "./index-2NvaPZWc.mjs";
const i = ({
children: t,
className: r,
checkEmpty: e = !1,
...s
}) => e && !t ? null : /* @__PURE__ */ m(
"p",
{
className: n(
"text-destructive mt-1.5 mb-1 min-h-5 text-xs leading-none",
r
),
...s,
children: t
}
);
export {
i as E
};