docs/components/utilities/BugReporter

BugReporter

In-app bug report dialog.

import { BugReporter } 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
storage *BugReportStorage
product *string
reporterEmailstring
reporterNamestring
openbooleanControlled open state — when provided, component is controlled.
onOpenChange(open: boolean) => voidCalled when open state should change (controlled mode).
hideFabbooleanHide the built-in floating bug button (use when providing your own trigger).
disableShortcutbooleanDisable the built-in Ctrl+Shift+B keyboard shortcut.

* required prop.

#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-sev-color