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.

Namespace
Tesserae
Implements
IComponent, IHasMarginPadding

Constructors

NameDescription
SectionTitleInitializes a new instance of this class.
Constructor
SectionTitle
public SectionTitle(UIcons icon, string title, string subtitle, params IComponent[] commands)

Initializes a new instance of this class.

Properties

NameDescription
MarginGets or sets the CSS margin of the component.
PaddingGets or sets the CSS padding of the component.
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

NameDescription
RenderRenders the component's root HTML element.
Method
SectionTitle.Render
public HTMLElement Render()

Renders the component's root HTML element.

See also

© 2026 Curiosity. All rights reserved.