list_components
Lists all JSX components in a file, providing their locations, props, and children information to help developers navigate and understand component structure.
Instructions
List all JSX components in a file with their locations, props, and children info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the TSX/JSX file |