list_components
Retrieve a detailed list of UI components (e.g., buttons, modals, cards) from your design system or Storybook. Filter by category, use pagination for large libraries, and explore available components for UI feature development.
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. |