@hyperse/inspector-component is a React component that enables seamless integration of the Hyperse Inspector into your application. It provides the UI and logic for activating inspector mode, allowing developers to select elements in the browser and quickly jump to their source code in the IDE. This package is designed to be lightweight, easy to use, and works out of the box with the rest of the Hyperse Inspector ecosystem.
- 🚀 Seamless Integration: Easily add the inspector to your application with a single import.
- 🔍 User-Friendly Interface: Provides a clean and intuitive UI for activating inspector mode.
- 🔗 IDE Support: Works with all major IDEs and editors, including VS Code, WebStorm, and Cursor.
- 🌟 Lightweight: Minimal dependencies and easy to customize.
Choose your preferred package manager:
# npm
npm install --save-dev @hyperse/inspector-component
# yarn
yarn add --dev @hyperse/inspector-component
# pnpm
pnpm add --save-dev @hyperse/inspector-component