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