HtmlForgeX

API Reference

Command

New-HtmlXListGroup

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.TablerListGroup

Creates a Tabler list group container.

Remarks

Part of the HtmlForgeX.PowerShell DSL.

Examples

Imported script example

New-HtmlXListGroup -Hoverable {
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

New-HtmlXListGroup [-Content <ScriptBlock>] [-Compact] [-Features <Flush|Hoverable|Striped|Compact>] [-Flush] [-Hoverable] [-Striped] [<CommonParameters>]
#

Parameters

Content ScriptBlock optionalposition: 0pipeline: false
Scriptblock that adds list items.
Compact SwitchParameter optionalposition: namedpipeline: false
Enable compact typography for the list.
Features TablerListGroupFeatures optionalposition: namedpipeline: falsevalues: 4
Optional feature flags for the list group. Possible values: None, Flush, Hoverable, Striped, Compact
Possible values: Flush, Hoverable, Striped, Compact
Flush SwitchParameter optionalposition: namedpipeline: false
Enable flush list style.
Hoverable SwitchParameter optionalposition: namedpipeline: false
Enable hoverable list items.
Striped SwitchParameter optionalposition: namedpipeline: false
Enable striped list items.

Outputs

HtmlForgeX.TablerListGroup