PowerShell Universal
PowerShell Universal
Store
Forums
Discord
About
Get Started
Cmdlet Help
Examples
API
About
Development
Endpoints
Security
Error Handling
Rate Limiting
Automation
About
Development
Scripts
Jobs
Schedules
Triggers
Variables
Dashboard
About
Development
Dashboards
Frameworks
Components
Pages
Dynamic Regions
Element
Error Boundary
HTML
Building Custom Components
Data Display
Data Visualization
Feedback
Inputs
Navigation
Layout
Utilities
Surfaces
Interaction
Published Folders
Themes
Scheduled Endpoints
Role Based Access
Marketplace
Platform
Cache
Monitoring
Configuration
About
API
Environments
Hosting
Login Page
Management API
Settings
Security
Running as a Service Account
Git
Debugging
Logging
Debugging Scripts
Changelog
Changelog (Beta)
Extension Changelog
Legacy Universal Dashboard Docs
Powered by GitBook

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.

New-UDHtml -Markup "<ul><li>First</li><li>Second</li><li>Third</li></ul>"
Previous
Error Boundary
Next
Building Custom Components
Last updated 2 weeks ago
Edit on GitHub