UNPKG

@docfab/formviewer

Version:

Component for displaying ServeyJS survey

6 lines (4 loc) 332 B
# FormViewer 1. Install the package using `npm install @docfab/formviewer` 2. Import the Viewer: `import { Viewer } from "@docfab/formviewer";` 3. Call the component with two props: formUuid and recordUuid. For example: `<Viewer formUuid="f8f9598a-fa36-42c0-a78a-3593091f4684" recordUuid="dd9fc304-7c11-4e25-87a7-37a7c7d9a4c2" />`