Contact Us

Search

Showcase of search UI surfaces: modal trigger, search page, and edge cases.

Search Trigger (modal mode)

Click the trigger or press Cmd/Ctrl+K to open the global search modal.

Show code
{/* Icon only (default) */}
<SearchTrigger />

{/* With label */}
<SearchTrigger showLabel />

Focus suppression test

Cmd/Ctrl+K should not open the search modal while focus is in any of these fields. Move focus outside and retry to confirm it works.

Contenteditable div

Search Page (embedded)

The SearchPage component embedded inline. Type to search; results appear below. Try "markdown" for results, or "zzzznotaword" for the no-results state.

Search across pages and articles.

result(s)

Loading search...

Search is unavailable. Please try again later.

    No results for ""

    Try different keywords or fewer words.

    Show code
    {/* SearchPage embedded inline — full search UI with results */}
    <SearchPage />

    Search

    Search across pages and articles. Use arrow keys to navigate results.

    Search across pages and articles.

    Loading search...

    Search is unavailable. Please try again later.

      No results for ""

      Try different keywords or fewer words.