Project

UltimateHtmlViewer

SPFx web part for hosting HTML dashboards in modern SharePoint pages, with deep-link navigation, inline rendering, security controls, and deployment automation.

Stars13
Forks1
Open issues6
Releasev1.0.31.9
Language: TypeScript Updated: 2026-04-07T23:14:28.0000000+00:00

Documentation

Install UltimateHtmlViewer

Build and deploy the UniversalHtmlViewer SPFx package.

Build the package from the repository:

.\scripts\Build-UHV.ps1

Deploy it to a tenant or site app catalog using placeholder tenant values:

.\scripts\Deploy-UHV-Wrapper.ps1 `
    -AppCatalogUrl 'https://<tenant>.sharepoint.com/sites/appcatalog' `
    -Scope Tenant `
    -DeviceLogin `
    -ClientId '<client-guid>' `
    -Tenant '<tenant>.onmicrosoft.com' `
    -TenantAdminUrl 'https://<tenant>-admin.sharepoint.com'

The generated .sppkg is an SPFx package and must be approved through the normal SharePoint app catalog process.