1.0.4 • Published 2 years ago

react-survey-tool v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-survey-tool

This React component can be used to add a survey to your website.

Usage

  1. Go to https://ms-survey-tool.vercel.app to create a new survey.
  2. Copy the provided survey URL from the survey edit page.
  3. Create the survey link by appending the survey token (provided by me) to the url in the following format: https://<SURVEY_URL>?token=<SURVEY_TOKEN>

Now you can use the component inside of your project.

Relevant code snippets:

import SurveyTool from "react-survey-tool";
import "react-survey-tool/css/SurveyTool.css";

<SurveyTool
  surveyLink="<SURVEY_LINK>"
/>
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago