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

PeerJ

PeerJ

ABOUT PEERJ
PeerJ is an open access peer-reviewed scientific journal covering research in the biological and medical sciences. At PeerJ, authors take out a lifetime publication plan (for as little as $99) which allows them to publish articles in the journal for free, forever. PeerJ has 5 Nobel Prize Winners on the Board; they have won several industry and media awards; and they are widely recognized as being one of the most interesting recent developments in academic publishing.

VISIT PUBLISHER WEBSITE

Comments