membros-react-sdk
Version:
React authentication library for Membros platform with subscription management and plan-based access control
5 lines • 431 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
export const LoadingScreen = ({ className = "", }) => {
return (_jsx("div", { className: `flex h-full w-full items-center justify-center ${className}`, children: _jsx("div", { className: "flex flex-col items-center gap-4", children: _jsx("div", { className: "animate-spin rounded-full h-12 w-12 border-b-2 border-blue-600" }) }) }));
};
//# sourceMappingURL=LoadingScreen.js.map