UNPKG

survey-react-ui

Version:

A free MIT-licensed React UI component that renders dynamic, interactive JSON-based forms and surveys. You can use it to collect responses from users and send them to your own database.

58 lines 1.5 kB
{ "name": "survey-react-ui", "version": "2.5.2", "license": "MIT", "author": "DevSoft Baltic OU <info@devsoftbaltic.com>", "homepage": "https://surveyjs.io/", "description": "A free MIT-licensed React UI component that renders dynamic, interactive JSON-based forms and surveys. You can use it to collect responses from users and send them to your own database.", "keywords": [ "react", "survey", "form", "surveyjs", "survey-library", "react-component", "form-rendering", "survey-renderer", "dynamic-form", "interactive-form", "form-library", "form-management", "questionnaire", "data-collection", "data-validation", "form-validation", "input-validation", "ui-component", "json", "json-schema", "react-schema-form", "survey-renderer", "client-side", "frontend", "javascript", "typescript" ], "files": [ "**/*" ], "repository": { "type": "git", "url": "https://github.com/surveyjs/surveyjs.git" }, "main": "survey-react-ui.js", "module": "fesm/survey-react-ui.mjs", "typings": "./typings/entries/index.d.ts", "exports": { ".": { "types": "./typings/entries/index.d.ts", "import": "./fesm/survey-react-ui.mjs", "require": "./survey-react-ui.js" } }, "peerDependencies": { "survey-core": "2.5.2", "react": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0", "react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0" } }