import React, { useState, useEffect, useCallback } from 'react'; import ReactDOM from 'react-dom/client'; // Badge Component const Badge = ({ children, variant = "default", className = "" }) => { const variants = { default: "bg-gray-100 text-gray-800", link: "bg-blue-100 text-blue-800", page: "bg-green-100 text-green-800", post: "bg-purple-100 text-purple-800" }; return ( {children} ); }; // Card Component const Card = ({ children, className = "", hover = false }) => (
{result.description || result.summary}
)}Search through all Links, Pages, and Posts
Try adjusting your search terms or filters
Enter a search query to find links, pages, and posts. You can search by title, content, URL, or tags.