Skip to content

ironmansoftware/ud-material-design

Repository files navigation

Material Design components for PowerShell Universal Dashboard

Install from the PowerShell Gallery

Install-Module UniversalDashboard.MaterialDesign

To learn more about Universal Dashboard, visit PoshUd.com

Material Design Components

Chips

New-UDChip -Text "Adam" -CloseButton -Image "http://materializecss.com/images/yuna.jpg"

Image of collections

Collections

 New-UDCollection -Content {
    New-UDCollectionItem -Content { "Poshud" } -Active -Url "http://www.poshud.com"
    New-UDCollectionItem -Content { "PoshTools" } -Url "http://www.poshtools.com"
    New-UDCollectionItem -Content { "GitBook" } -Url "http://www.gitbook.com"
    New-UDCollectionItem -Content { "GitHub" } -Url "http://www.github.com"
}

Image of collections

Preloader

New-UDPreloader 
New-UDPreloader -PercentComplete 70

Image of collections

About

Material Design components for PowerShell Universal Dashboard.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published