Add ui-component-search extension - #30485
Open
tomer953 wants to merge 3 commits into
Open
Conversation
- Resize extension icon to 512x512 for Raycast store requirements - Initial commit: UI Component Search extension
Collaborator
|
Congratulations on your new Raycast extension! 🚀 We're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 15 business days. Once the PR is approved and merged, the extension will be available on our Store. |
Contributor
Greptile SummaryThe follow-up adds the required initial changelog and Store screenshots, and removes the redundant
Confidence Score: 5/5The PR appears safe to merge because the previously reported issues are addressed and no blocking failure remains. No blocking failure remains. Important Files Changed
Reviews (3): Last reviewed commit: "Update ui-component-search extension" | Re-trigger Greptile |
added 2 commits
August 24, 2026 15:35
- Add store screenshots to metadata (2000x1250) - Address review: use global fetch, drop node-fetch dependency
tomer953
marked this pull request as ready for review
August 24, 2026 13:01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds UI Component Search, a new extension that lets you quickly search and browse UI components across eight popular component libraries from a single Raycast command — no need to open docs sites and hunt through navigation.
Command: Search Components — opens a searchable list of components aggregated from all supported libraries.
Supported libraries:
Features:
Unified search across all libraries at once, or filter to a single library via the dropdown accessory.
Grouped results — when viewing all libraries, components are grouped into sections per library; selecting one library shows a flat list.
Per-library icons so results are easy to scan at a glance.
Actions on each component: Open in Browser, Copy URL, and Copy Component Name (⌘⇧C).
Live component lists fetched from each library's site, with a 24-hour local cache for fast repeat launches.
Resilient loading — libraries are fetched in parallel; if some fail, the rest still load with a non-blocking warning toast.
Screencast
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder