UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

8 lines (7 loc) 433 B
import { jsx as _jsx } from "react/jsx-runtime"; import { twMerge } from 'tailwind-merge'; var CardBody = function (_a) { var _b = _a.className, className = _b === void 0 ? '' : _b, children = _a.children; return (_jsx("div", { className: twMerge("card-body h-full relative flex flex-col p-2 group-[.row]:col-span-4 group-[.row]:peer-[.card-image]:col-span-3", className), children: children })); }; export default CardBody;