Tesserae

CardPivot

Description

A pivot using cards

A CardPivot is a tabbed interface where the tabs are presented as connected cards with a shared border. It is useful for displaying selectable metrics that control the view below them.

API reference

class

CardPivot

public sealed class CardPivot : IComponent

A pivot variant that styles each tab as a card, used for dashboard-style switching between rich panels.

Constructors

Constructor
CardPivot
public CardPivot()

Initializes a new instance of this class.

Methods

Method
CardPivot.OnBeforeNavigate
public CardPivot OnBeforeNavigate(PivotEventHandler<PivotBeforeNavigateEvent> onBeforeNavigate)

Registers a callback invoked when the before navigate event fires.

Method
CardPivot.OnNavigate
public CardPivot OnNavigate(PivotEventHandler<PivotNavigateEvent> onNavigate)

Registers a callback invoked when the navigate event fires.

Method
CardPivot.Select
public CardPivot Select(string id, bool refresh = false)

Configures the component to select.

Method
CardPivot.Render
public HTMLElement Render()

Renders the component's root HTML element.

Sample

See also

© 2026 Tesserae. All rights reserved.