get_component_dependencies
Identify internal dependencies of a UI component by analyzing its rendered HTML, detecting React components, web components, and CSS class patterns. Simplify 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") |