list_components
Extract and list all UI components from your design system or Storybook, including names, categories, and stories. Filter by category, paginate results, and explore available components for building UI features efficiently.
Instructions
List all UI components available in your design system/Storybook. Returns components like modals, dialogs, buttons, forms, cards, etc. with their names, categories, and stories. Use this to explore what components are available for building UI features. Use category="all" or omit category parameter to list all components. Supports pagination to handle large component libraries.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | No | Filter components by category path (e.g., "Components/Buttons", "Layout"). Use "all" or omit to list all components. | |
page | No | Page number (1-based). Default is 1. | |
pageSize | No | Number of components per page (1-100). Default is 50. |