Install

Save-Module Universal.Icons.Bootstrap -Path $Env:ProgramData\UniversalAutomation\Repository\Modules

The above command assumes you are running with default settings. You can also install modules from within the PowerShell Universal admin console by clicking Platform \ Modules. Click here for more information about installing PowerShell Universal modules.

Version

0.0.5

Last Updated

Monday, 15 May 2023

Tags

PowerShellUniversal App Bootstrap

Author

Ironman Software

Bootstrap Icons

Install-Module Universal.Icons.Bootstrap
New-UDBootstrapIcon -Icon "BsFillBox2Fill"

Size

Adjust the size of the icon.

New-UDBootstrapIcon -Icon "BsFillBox2Fill" -Size '20em'

Styling

Adjust the style of the icon.

New-UDBootstrapIcon -Icon "BsFillBox2Fill" -Style @{
    backgroundColor = "red"
}