react-log-inspector
v1.0.1
Published
A React overlay component for displaying console logs.
Maintainers
Readme
🔍 react-log-inspector
A lightweight and stylish in-app console for React — shows console.log, console.warn, and console.error output directly inside your UI.
Perfect for development, mobile debugging, or sharing logs with non-technical testers — no need to open DevTools.
✨ Features
✅ Captures console.log, console.warn, console.error
✅ Stylish floating UI overlay
✅ Toggle visibility or clear logs
✅ Auto-scroll to latest messages
✅ Works in any React app
✅ Only active in development (NODE_ENV=development)
📦 Installation
npm install react-log-inspector
# or
yarn add react-log-inspector