get_component_variants
Extract all story variants and states for a specific design system component, including IDs, names, and parameters, to streamline analysis and implementation. Requires exact component name matching.
Instructions
Get all story variants/states for a specific component. Returns all stories (variants) for a component with their IDs, names, and parameters. Component name should match exactly as shown in list_components (case-sensitive).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
componentName | Yes | Exact name of the component as returned by list_components (e.g., "Button", "Input", "Card"). Case-sensitive matching. |