HTML
Define static HTML using Universal Dashboard.
You can define static HTML using New-UDHtml
. This cmdlet does not create React components but rather allows you to define static HTML. Any valid HTML string is supported.
The following creates an unordered list.
API
New-UDHtml
Write raw HTML to your dashboard.
Name
Type
Description
Required
Markup
string
The HTML to display.
True
Last updated