get_component_dependencies
Identifies internal dependencies of a Storybook component by analyzing HTML for React components, web components, and CSS class patterns. Use to streamline design system adoption and refactoring.
Instructions
Analyze rendered HTML to find which other components a given component internally uses by detecting React components, web components, and CSS class patterns
Input Schema
Name | Required | Description | Default |
---|---|---|---|
componentId | Yes | The story ID of the component (e.g., "example-button--primary") |