🐛 Oopsie

Widget Customization

The Oopsie widget is a floating button that opens the bug report form. It's rendered inside a Shadow DOM to avoid style conflicts with your application.

Position

Place the widget in any corner of the viewport:

widget: {
  position: 'bottom-right', // default
  // Also: 'bottom-left', 'top-right', 'top-left'
}

Color & Theme

widget: {
  color: '#FF5C39', // Any hex color
  theme: 'light',   // 'light' or 'dark'
}

Text & Icon

widget: {
  text: 'Report a bug',
  icon: true, // Show bug icon before text
}

Disable the widget

Set enabled: false to use headless mode instead.

© 2026 Oopsie. Built by Yoan Bernabeu

Edit on GitHub