UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

23 lines (22 loc) 874 B
import { jsx as _jsx } from "react/jsx-runtime"; import { Box, factory, AppShell } from '@mantine/core'; import classes from './AppShell.module.css'; const BaseAppShellMain = AppShell.Main; const AppShellMain = factory(({ children, ...others }, ref)=>/*#__PURE__*/ _jsx(BaseAppShellMain, { ref: ref, ...others, children: /*#__PURE__*/ _jsx(Box, { className: classes.content, children: children }) })); AppShell.Main = AppShellMain; AppShellMain.displayName = 'AppShell.Main'; AppShell.displayName = 'AppShell'; AppShell.Header.displayName = 'AppShell.Header'; AppShell.Navbar.displayName = 'AppShell.Navbar'; AppShell.Aside.displayName = 'AppShell.Aside'; AppShell.Footer.displayName = 'AppShell.Footer'; AppShell.Section.displayName = 'AppShell.Section'; export { AppShell }; //# sourceMappingURL=AppShell.js.map