docs/components/utilities/Inspector

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

PropTypeDefaultDescription
active *booleanWhen true, inspect mode is active — hover highlights elements, click selects
onClose *() => voidCalled when the user closes inspect mode (Esc or button)
onNewComment() => voidCalled when user clicks "+ New Comment" in the panel

* required prop.