Search Results Tabs
Ranked search results with site icons, titles, source URLs, and plain text category tabs.
- Postqued
Postqued - Social Media Workspace for Teams and AI Agents
Postqued is a shared social media workspace where teams and AI agents plan, approve, and publish across 10 networks using the dashboard, API or MCP.
- Studyboost
Studyboost — AI-Powered Study Tools for Students
Upload your notes, textbooks, and slides. Get AI-generated flashcards, quizzes, summaries, and answers that cite your exact sources.
- AI Smart Decor
AI Smart Decor - Transform Your Interior Design in Seconds
Transform your interior design with AI. Upload a photo to redesign any room in seconds: virtual staging, sketch-to-render, wall recoloring, 50+ styles.
Installation
Add the component source directly to your project.
pnpm dlx shadcn@latest add https://pastaui.com/r/search-results-tabs.jsonAPI reference
Search Results Tabs
| Prop | Type | Default | Description |
|---|---|---|---|
query | string | — | Names the search results for assistive technology. |
items | SearchResultItem[] | — | Supplies typed search results. News items support publishedLabel for relative time and optional publishedAt for an ISO timestamp. |
activeType | "web" | "images" | "news" | — | Filters results by type. Defaults to web. |
showTabs | boolean | false | Shows optional Web, Images, and News filters. |
onOpen | (id: string) => void | — | Opens a result. |