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
public sealed class CardPivot : IComponentA pivot variant that styles each tab as a card, used for dashboard-style switching between rich panels.
- Namespace
- Tesserae
- Implements
- IComponent
Constructors
| Name | Description |
|---|---|
| CardPivot | Initializes a new instance of this class. |
Methods
| Name | Description |
|---|---|
| OnBeforeNavigate | Registers a callback invoked when the before navigate event fires. |
| OnNavigate | Registers a callback invoked when the navigate event fires. |
| Select | Configures the component to select. |
| Render | Renders the component's root HTML element. |
public CardPivot Select(string id, bool refresh = false)Configures the component to select.