Skip to content
SaaS Maker Packages
Esc
navigateopen⌘Jpreview

Feedback widget

Configure the React feedback widget.

FeedbackWidget accepts:

Prop Purpose
projectId Required public project key
apiBaseUrl Optional API override; defaults to api.sassmaker.com
userEmail Pre-fill and lock the submitter email
userName Pre-fill the submitter name
types Allow bug, feature, feedback, or a subset
position bottom-right or bottom-left
theme light, dark, or auto
accentColor Brand colour used by the widget
triggerText Trigger-button copy
enablePointing Let the user attach a page element; enabled by default

The stylesheet is scoped under the widget root and does not intentionally style the host application.

<FeedbackWidget
  projectId="pk_example"
  types={['bug', 'feature']}
  position="bottom-left"
  accentColor="#7c3aed"
  triggerText="Send feedback"
/>

Screenshots accept JPEG, PNG, GIF, and WebP files up to 5 MB.

Was this page helpful?