For the complete documentation index, see llms.txt. This page is also available as Markdown.

New-UDDivider

A divider is a thin line that groups content in lists and layouts.

Synopsis

A divider is a thin line that groups content in lists and layouts.

Syntax

New-UDDivider [[-Id] <String>] [-Absolute] [[-Children] <ScriptBlock>] [-FlexItem] [-Light] [[-Orientation] <String>] [[-Sx] <Hashtable>] [[-TextAlign] <String>] [[-Variant] <String>] [<CommonParameters>]

Description

A divider is a thin line that groups content in lists and layouts.

Parameters

-Id

ID of this component.

Required?                    false
Position?                    1
Default value                [Guid]::NewGuid().ToString()
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

    -Absolute [<SwitchParameter>]
        Absolutely position the element.

Required?                    false
Position?                    named
Default value                False
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

-Children

The content of the component.

-Orientation

The component orientation.

-Sx

Custom styling

-TextAlign

The text alignment.

-Variant

The variant to use.

Outputs

-------------------------- EXAMPLE 1 --------------------------

Last updated

Was this helpful?