Paper
Paper component for Universal Apps
Last updated
Was this helpful?
Paper component for Universal Apps
Last updated
Was this helpful?
Was this helpful?
New-UDPaper -Elevation 0 -Content {}
New-UDPaper -Elevation 1 -Content {}
New-UDPaper -Elevation 3 -Content {}$m=@'
# Hello
## world
- a
- b
-c
'@
New-UDPaper -Elevation 7 -Children {
New-UDMarkdown -markdown $m
} -Style @{
display = 'block'
}New-UDPaper -Square -Content {}New-UDPaper -Content { } -Style @{
backgroundColor = 'red'
}