search_components
Search design system components by name, title, or category to find UI elements like modals, buttons, and forms. Use pagination for large result sets and partial matching for precise discovery.
Instructions
Search design system components by name, title, or category. Find UI components like modals, dialogs, popups, overlays, buttons, forms, cards, etc. Name is the component name only (e.g., "Modal", "Dialog"), title is the full story path (e.g., "Components/Overlays/Modal"), category is the grouping (e.g., "Components/Overlays"). Use "*" as query to list all components. Supports pagination for large result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query to match (e.g., "button", "form", "nav"). Use "*" to list all components. Case-insensitive partial matching. | |
| searchIn | No | Where to search: "name" (component name only), "title" (full path), "category" (grouping), or "all" (search everywhere, default) | |
| page | No | Page number (1-based). Default is 1. | |
| pageSize | No | Number of components per page (1-100). Default is 50. |