🚀 Socket Launch Week 🚀 Day 1: Introducing .NET Support in Socket.Learn More

survey-react-ui

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

survey-react-ui

survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.

2.0.2
Version published
Weekly downloads
56K
11.23%
Maintainers
2
Weekly downloads
 
Created

SurveyJS React Form Library

Build Status Software License Tested with TestCafe Issues Closed issues

A free and open-source MIT-licensed JavaScript form builder library that allows you to design dynamic, data-driven, multi-language survey forms and run them in your React applications.

Features

  • Dynamic forms, surveys, polls, and quizzes for your JavaScript application
  • Integration with React, Angular, Vue, jQuery, and Knockout
  • 20+ built-in question types and support for custom question types
  • Built-in themes and CSS customization
  • Answer validation
  • TypeScript support
  • Community-supported UI localization to 50+ languages
  • Integration with any backend framework (examples for PHP, NodeJS, and ASP.NET included)
  • Compatibility with any server + database combination
  • Third-party component integration

Get Started

To get started with SurveyJS React Form Library, refer to the following tutorial: Add a Survey to a React Application.

Resources

Build SurveyJS React Form Library from Sources

  • Build the platform-independent part

  • Install SurveyJS React Form Library dependencies and build this library

    cd ../survey-react-ui 
    npm i
    npm run build
    

    You can find the built scripts in folders under the build directory.

  • Run a test application

    npm run start
    

    This command runs a local HTTP server at http://localhost:7777/.

  • Run unit tests

    npm run test
    

    The unit tests use Karma.

Licensing

SurveyJS Form Library is distributed under the MIT license.

FAQs

Package last updated on 25 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts