React Feedback Surveys

Lightweight, customizable survey widgets to collect user feedback in React apps.

How would you rate your satisfaction with our product?
Very dissatisfied
Very satisfied

Features

  • Ready-to-use survey widgets – CSAT (2 or 5 points), CES (7 points), NPS (0–10)
  • Multiple scale styles – emoji, stars, numbers, thumbs
  • Flexible placement – embed inline or display as popup overlay
  • Follow-up feedback – optional text input or multiple choice responses
  • Fully customizable – CSS variables and custom class names
  • Zero dependencies
  • TypeScript support

Survey Types

  • CSAT (Customer Satisfaction Score): 2-point (csat2) or 5-point (csat5) scales
  • NPS (Net Promoter Score): 0–10 numeric scale (nps10)
  • CES (Customer Effort Score): 7-point numeric scale (ces7)

Installation

1) Install

npm i react-feedback-surveys
# or
yarn add react-feedback-surveys

2) Styles

import 'react-feedback-surveys/index.css';