Skip to content

Blazor Shared

HyperPath.BlazorShared contains shared resources and components used across the Blazor applications.

Dependency Note

The SurveyJS components rely on scripts that use globals, so standard module import interop is not sufficient. Consumers need scriptLoader.js referenced in App.razor or the equivalent host page.

<script src="_content/HyperPath.BlazorShared/scriptLoader.js"></script>

SurveyJS Form Builder

Use SurveyJSFormBuilder to construct forms in the employee portal.

Form Renderer

Use SurveyJSFormRenderer to preview and complete forms in tenant-facing flows.