UNPKG

@equinor/fusion-framework-cli

Version:

--- title: Fusion Framework CLI ---

14 lines 558 B
import { jsx as _jsx } from "react/jsx-runtime"; import { StarProgress } from '@equinor/fusion-react-progress-indicator'; export const EquinorLoader = ({ children, text, }) => { return (_jsx("div", { style: { display: 'flex', justifyContent: 'center', alignItems: 'center', width: '100vw', height: '100vh', overflow: 'hidden', }, children: _jsx(StarProgress, { text: text, children: children }) })); }; export default EquinorLoader; //# sourceMappingURL=EquinorLoader.js.map