@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
12 lines (11 loc) • 388 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { Skeleton } from '@mantine/core';
export const TableLoading = (props)=>/*#__PURE__*/ _jsx(Skeleton, {
...props,
style: !props.visible ? {
borderRadius: 0
} : undefined,
children: props.children
});
TableLoading.displayName = 'Table.Loading';
//# sourceMappingURL=TableLoading.js.map