@dndbuilder.com/react
Version:
Drag and drop builder for React
18 lines (17 loc) • 521 B
JavaScript
"use client";
import { jsx as r } from "react/jsx-runtime";
import { twMerge as o } from "../../../../../node_modules/.pnpm/tailwind-merge@3.0.1/node_modules/tailwind-merge/dist/bundle-mjs.js";
const c = ({ children: t, className: e, ...n }) => /* @__PURE__ */ r(
"div",
{
className: o(
"no-content flex h-20 items-center justify-center rounded-sm border text-sm text-gray-500",
e
),
children: t ?? "No content found"
}
);
export {
c as NoContent
};
//# sourceMappingURL=no-content.js.map