search_components
Search and filter design system components by name, title, or category to quickly locate UI elements like modals, dialogs, buttons, and forms. Supports pagination for large datasets and case-insensitive partial matching.
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 |
---|---|---|---|
page | No | Page number (1-based). Default is 1. | |
pageSize | No | Number of components per page (1-100). Default is 50. | |
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) |