HtmlForgeX

API Reference

Class

TablerOperationalSidebar

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Side navigation rail for TablerOperationalWorkspace.

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Methods

public TablerOperationalSidebar AddSection(String title, Action<TablerOperationalNavSection> configure) #
Returns: TablerOperationalSidebar

Adds a grouped section of navigation items.

Parameters

title System.String requiredposition: 0
configure System.Action{HtmlForgeX.TablerOperationalNavSection} requiredposition: 1
public TablerOperationalSidebar Brand(String text, TablerIconType icon = Route) #
Returns: TablerOperationalSidebar

Sets the brand text and icon at the top of the rail.

Parameters

text System.String requiredposition: 0
icon HtmlForgeX.TablerIconType = Route optionalposition: 1
RegisterLibraries() #
public TablerOperationalSidebar Search(String placeholder = "Search", String shortcut = null) #
Returns: TablerOperationalSidebar

Adds a sidebar search box that filters workspace navigation items.

Parameters

placeholder System.String = "Search" optionalposition: 0
shortcut System.String = null optionalposition: 1
public override String ToString() #
Returns: String
public TablerOperationalSidebar User(String name, String title = null) #
Returns: TablerOperationalSidebar

Sets compact user information at the bottom of the rail.

Parameters

name System.String requiredposition: 0
title System.String = null optionalposition: 1
public TablerOperationalSidebar WorkspaceSelector(String eyebrow, String name, String initials = null) #
Returns: TablerOperationalSidebar

Sets an app-style workspace selector shown below the brand.

Parameters

eyebrow System.String requiredposition: 0
name System.String requiredposition: 1
initials System.String = null optionalposition: 2