API Reference
Command
New-HtmlXListGroup
Creates a Tabler list group container.
Remarks
Part of the HtmlForgeX.PowerShell DSL.
Examples
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
- Scriptblock that adds list items.
- Compact SwitchParameter
- Enable compact typography for the list.
- Features TablerListGroupFeatures
- Optional feature flags for the list group. Possible values: None, Flush, Hoverable, Striped, Compact
- Possible values:
Flush,Hoverable,Striped,Compact - Flush SwitchParameter
- Enable flush list style.
- Hoverable SwitchParameter
- Enable hoverable list items.
- Striped SwitchParameter
- Enable striped list items.
Outputs
HtmlForgeX.TablerListGroup