UNPKG

@stanfordspezi/spezi-web-design-system

Version:

Stanford Biodesign Digital Health Spezi Web Design System

24 lines (23 loc) 449 B
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 text-xs leading-none", "min-h-5", // min-h-5 guarantees consistent spacing between Form fields r ), ...s, children: t } ); export { i as E };