koval-ui
Version:
React components collection with minimalistic design. Supports theming, layout, and input validation.
14 lines (13 loc) • 391 B
JavaScript
"use client";
import { jsx as m } from "react/jsx-runtime";
import { forwardRef as o } from "react";
import a from "classnames";
import i from "./Text.module.css.js";
const f = o(
({ children: r, className: e, ...s }, t) => /* @__PURE__ */ m("div", { ...s, ref: t, className: a(i.text, e), children: r })
);
f.displayName = "Text";
export {
f as Text
};
//# sourceMappingURL=Text.js.map