UNPKG

koval-ui

Version:

React components collection with minimalistic design. Supports theming, layout, and input validation.

15 lines (14 loc) 438 B
"use client"; import { jsx as e } from "react/jsx-runtime"; import { forwardRef as s } from "react"; import n from "classnames"; import { Row as a } from "./Row.js"; import f from "./Layout.module.css.js"; const i = s( ({ children: o, className: r, ...t }, m) => /* @__PURE__ */ e(a, { ...t, ref: m, className: n(f.content, r), children: o }) ); i.displayName = "Content"; export { i as Content }; //# sourceMappingURL=Content.js.map