Tesserae

SectionTitle

Description

A heading used to label a section of a form or page, with optional subtitle and trailing actions. Pairs well with SectionStack and Card layouts.

Usage

API reference

class

SectionTitle

public class SectionTitle : IComponent, IHasMarginPadding

A heading used to label a section of a form or page, with optional subtitle and trailing actions.

Constructors

Constructor
SectionTitle
public SectionTitle(UIcons icon, string title, string subtitle, params IComponent[] commands)

Initializes a new instance of this class.

Properties

Property
SectionTitle.Margin
public string Margin { get ; set ; }

Gets or sets the CSS margin of the component.

Property
SectionTitle.Padding
public string Padding { get ; set ; }

Gets or sets the CSS padding of the component.

Methods

Method
SectionTitle.Render
public HTMLElement Render()

Renders the component's root HTML element.

See also

© 2026 Tesserae. All rights reserved.