API Reference
Command
New-HtmlXDivider
Adds a Tabler divider to the current DSL context.
Remarks
Part of the HtmlForgeX.PowerShell DSL.
Examples
New-HtmlXDivider -Text "Summary"
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-HtmlXDivider [-MarginY <int>] [-Style <Default|Dashed|Dotted>] [-Text <string>] [-TextPosition <Center|Left|Right>] [-Type <Default|Dropdown|Navbar>] [<CommonParameters>]#Parameters
- MarginY int
- Vertical margin size (Tabler scale).
- Style TablerDividerStyle
- Divider style. Possible values: Default, Dashed, Dotted
- Possible values:
Default,Dashed,Dotted - Text string
- Divider text.
- TextPosition TablerDividerTextPosition
- Divider text position. Possible values: Center, Left, Right
- Possible values:
Center,Left,Right - Type TablerDividerType
- Divider type. Possible values: Default, Dropdown, Navbar
- Possible values:
Default,Dropdown,Navbar
Outputs
HtmlForgeX.TablerDivider