build69
build69  /  Components  /  Site  /  Survey

Survey

v1.0.14Updated 27 Aug 2026

Survey / feedback page — multi-step, single question, NPS, CSAT and feedback-form layouts. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 20 stories
Multi StepOpen ↗
Why this is recommendedsurveyfeedbacknpscsat+4

Survey handling multiple items at once — step.

Recommended for+14
  • Survey / feedback flows
  • In-app polls
Tags+6
surveyfeedbacknpscsatpollpagemultistep
Features+4
  • Multi-step, single-question, NPS, CSAT and feedback-form layouts
  • Poll / results / bug-report / feature-request variants
  • Self-contained — no required props
Not recommended for−2
  • Complex form builders (use FormBuilderCanvas)

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "Survey" })

Usage

import { SurveyMultiStep } from '@/components/pages/survey';

<SurveyMultiStep />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

PropTypeRequired
className

Optional wrapper class override (copy-paste block, baked-in content)

string

Related