UNPKG

koval-ui

Version:

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

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