import { useState } from "react"; import { Search, X } from "lucide-react"; import { motion, AnimatePresence } from "framer-motion"; export default function BloggerSearchWidget() { const [query, setQuery] = useState(""); const [blogUrl, setBlogUrl] = useState(""); const [copied, setCopied] = useState(false); const handleClear = () => setQuery(""); const widgetCode = ` const widgetCode = `
🔍
`;

Main menu

Pages

International Journal of Mechanical and Production Engineering Research and Development


International Journal of Mechanical and Production Engineering Research and Development

ISSN : 2249-6890 | E-ISSN: 2249-8001
View Mor

Comments