@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
13 lines (12 loc) • 433 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { Paper, Stack } from '@mantine/core';
export const BlankSlate = ({ children, withBorder = true })=>/*#__PURE__*/ _jsx(Paper, {
shadow: withBorder && 'xs',
p: "xl",
withBorder: withBorder,
children: /*#__PURE__*/ _jsx(Stack, {
align: "center",
children: children
})
});
//# sourceMappingURL=BlankSlate.js.map