docs/components/utilities/DevToolbar

DevToolbar

Development toolbar overlay.

import { DevToolbar } 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
productstring
versionstring
bugStorageBugReportStorage
onInspect() => void
onBugReport() => void
onThemeToggle() => void
themeNamestring
showTogglebooleanHide the built-in FAB toggle button. Useful when the host app provides its own toggle.
onOpenChange(open: boolean) => voidCalled whenever the panel open state changes.

#Design Tokens

This component reads the following CSS custom properties. Override them globally or per-instance to restyle it — see the CSS Variables guide.

  • --sk-card-accent