Skip to content

Latest commit

 

History

History

portal-widgets

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
description
Information about creating portal widgets.

Widgets

Widgets are user interfaces blocks built with PowerShell and Blazor. You can create robust web-based used interfaces with minimal web development experience.

Built In Widgets

PowerShell Universal includes many built in widgets that you can easily add to your portal pages. Each widget can be resized, positioned and have its properties customized.

You can view a list of all the built-in widgets here.

Custom Widgets

You can develop your own custom widgets using PSBlazor. PSBlazor employs Razor-like syntax combined with PowerShell to allow for creating fully interactive and customizable components.