# 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" />`
