UNPKG

@postenbring/hedwig-react

Version:

React components for [Hedwig Design System](https://github.com/bring/hedwig-design-system).

27 lines (25 loc) 691 B
import { __objRest, __spreadValues } from "./chunk-YOSPWY5K.mjs"; // src/form/fieldset/fieldset-legend.tsx import { forwardRef } from "react"; import { clsx } from "@postenbring/hedwig-css/typed-classname"; import { jsx } from "react/jsx-runtime"; var FieldsetLegend = forwardRef( function FieldsetLegend2(_a, ref) { var _b = _a, { className } = _b, rest = __objRest(_b, ["className"]); return /* @__PURE__ */ jsx( "legend", __spreadValues({ className: clsx("hds-fieldset__legend", className), ref }, rest) ); } ); FieldsetLegend.displayName = "Fieldset.Legend"; export { FieldsetLegend }; //# sourceMappingURL=chunk-CD4LCDK3.mjs.map