Inspector
Component and state inspector panel.
import { Inspector } from '@ybouhjira/hyperkit';Static examples
This component depends on app-level context (providers, services, or interactive setup) that does not fit the inline playground yet, so its examples are shown as static code.
#Props
| Prop | Type | Default | Description |
|---|---|---|---|
active * | boolean | — | When true, inspect mode is active — hover highlights elements, click selects |
onClose * | () => void | — | Called when the user closes inspect mode (Esc or button) |
onNewComment | () => void | — | Called when user clicks "+ New Comment" in the panel |
* required prop.