# ⚡ Click-to-Component A zero-config, high-precision component inspector and **Click-to-Component** developer tool for Next.js and React applications. Hover over any UI element on your web page while holding Alt (or Option) to highlight component boundaries in real time, and **click to instantly jump to the exact file, line, and column in your IDE** (Antigravity IDE, VS Code, Cursor, WebStorm, Sublime Text, etc.). --- ## ✨ Features - 🎯 **Direct IDE Jump**: Opens your active IDE and focuses the exact file and cursor position (`file.tsx:line:col`). - 🔍 **Live Hover Highlighting**: Holding Alt outlines the component under your mouse with dynamic bounding box tracking and smooth scroll support. - 🔀 **Dual Hierarchy Modes**: - **Outer Component Mode (Alt)**: Selects the outer component or section container. - **Inner Leaf Mode (Alt + Ctrl / Cmd)**: Drills down directly to the exact innermost child element (e.g. ``, ``). - **Live Dynamic Toggle**: Press or release Ctrl while hovering to switch between Outer and Inner mode in real time! - 🏷️ **Smart Component Badge**: Displays the JSX tag name (e.g. `
`, `