HtmlForgeX

API Reference

Class

TablerInlineGroup

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Renders a flexible inline group for mixed inline elements (text, badges, icons), using Tabler/Bootstrap utility classes for spacing and alignment.

Inheritance

Constructors

Methods

public TablerInlineGroup AlignCenter(Boolean enable = true) #
Returns: TablerInlineGroup

Vertically center the items.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerInlineGroup Gap(TablerSpacing spacing) #
Returns: TablerInlineGroup

Sets the gap between items (maps to Bootstrap gap-* utilities).

Parameters

spacing HtmlForgeX.TablerSpacing requiredposition: 0
public TablerInlineGroup Inline(Boolean enable = true) #
Returns: TablerInlineGroup

Renders as inline-flex instead of flex.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerInlineGroup JustifyAround() #
Returns: TablerInlineGroup

Distribute items with space around.

public TablerInlineGroup JustifyBetween() #
Returns: TablerInlineGroup

Distribute items with space between.

public TablerInlineGroup JustifyCenter() #
Returns: TablerInlineGroup

Justify items to the center.

public TablerInlineGroup JustifyEnd() #
Returns: TablerInlineGroup

Justify items to the end (right).

public TablerInlineGroup JustifyEvenly() #
Returns: TablerInlineGroup

Distribute items evenly.

public TablerInlineGroup JustifyStart() #
Returns: TablerInlineGroup

Justify items to the start (left).

public TablerInlineGroup Muted(Boolean enable = true) #
Returns: TablerInlineGroup

Applies muted text styling to the container.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerInlineGroup Small(Boolean enable = true) #
Returns: TablerInlineGroup

Applies small text styling to the container.

Parameters

enable System.Boolean = true optionalposition: 0
public override String ToString() #
Returns: String

Generates the HTML markup for the inline group.

public TablerInlineGroup Wrap(Boolean enable = true) #
Returns: TablerInlineGroup

Enables wrapping to multiple lines.

Parameters

enable System.Boolean = true optionalposition: 0