UNPKG

koval-ui

Version:

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

14 lines (13 loc) 408 B
"use client"; import { jsx as o } from "react/jsx-runtime"; import { forwardRef as e } from "react"; import t from "classnames"; import f from "./Navigation.module.css.js"; const i = e( ({ children: r, className: a, ...m }, s) => /* @__PURE__ */ o("h1", { ...m, className: t(f.name, a), ref: s, children: r }) ); i.displayName = "NavBrand"; export { i as NavBrand }; //# sourceMappingURL=NavBrand.js.map