build69
build69  /  Components  /  App  /  SearchResults

SearchResults

v1.0.12Updated 27 Aug 2026

Search results page — list, tabbed, grid, with-filters and global command layouts. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 19 stories
Results ListOpen ↗
Why this is recommendedsearchresultsfiltersapp+2

SearchResults — results list.

Recommended for+14
  • Search results screens
  • App search
Tags+6
searchresultsfiltersapppagelist
Features+4
  • List, tabbed, grid, with-filters and global-command layouts
  • Empty / people / pagination variants
  • Self-contained — no required props
Not recommended for−2
  • Inline search inputs (use SearchInput)

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "SearchResults" })

Usage

import { SearchResultsList } from '@/components/pages/search-results';

<SearchResultsList />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

PropTypeRequired
className

Optional wrapper class override (copy-paste block, baked-in content)

string

Related