UNPKG

ivt

Version:

Ivt Components Library

18 lines (14 loc) 599 B
import React__default from 'react'; import { c as cn } from './utils-05LlW3Cl.mjs'; const ChildContainer = ({ children, className })=>{ return /*#__PURE__*/ React__default.createElement("div", { className: cn("bg-background flex flex-row flex-wrap gap-4 rounded-md px-6 py-6", className) }, children); }; const Container = ({ children, className })=>{ return /*#__PURE__*/ React__default.createElement("div", { className: cn("bg-body p-4", className) }, children); }; export { Container as C, ChildContainer as a }; //# sourceMappingURL=Container-DGNhxyRJ.mjs.map