Add -TitleAlignment Param to New-UDCard #518
Labels
bounty
enhancement
New feature or request
help wanted
Looking for contributors to resolve this issue
Milestone
Add ability to align the Title of a Card
Added this to my local module and works great
[ValidateSet('left', 'center', 'right')]
[String]$TitleAlignment = 'left',
Then within the span element added $TitleAlignment to className
The text was updated successfully, but these errors were encountered: