This widget supplies a self-contained NPS form that collects user rating and feedback to Mixpanel. NPS stands for 'net promoter score' and is based on a 0-10 point rating to the question 'How likely would you be to recommend us to your friends or colleagues?'. For lower ratings, NPS also includes a free text optional comment.
The form sends a Mixpanel event (via Jeffrey) that looks like this:
jeffrey.trackAction('supporter.nps.npsRating', {
score: Number,
feedback: String
})
Our other system isn't happy right now with the local svg imports. Pass through the images that will be rendered by the FeedbackIcon. See source/images.js for details