@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
26 lines (25 loc) • 819 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "BlankSlate", {
enumerable: true,
get: function() {
return BlankSlate;
}
});
var _jsxruntime = require("react/jsx-runtime");
var _core = require("@mantine/core");
var BlankSlate = function BlankSlate(param) {
var children = param.children, _param_withBorder = param.withBorder, withBorder = _param_withBorder === void 0 ? true : _param_withBorder;
return /*#__PURE__*/ (0, _jsxruntime.jsx)(_core.Paper, {
shadow: withBorder && 'xs',
p: "xl",
withBorder: withBorder,
children: /*#__PURE__*/ (0, _jsxruntime.jsx)(_core.Stack, {
align: "center",
children: children
})
});
};
//# sourceMappingURL=BlankSlate.js.map