Skip to content

Line

Support
Events Yes

This will render a line (<hr/>) to your page, using New-PodeWebLine:

New-PodeWebCard -Content @(
    New-PodeWebText -Value 'This is separated by...'
    New-PodeWebLine
    New-PodeWebText -Value '... a line'
)

Which looks like below:

line