AlertsTableTitle
Title strip for an alerts table with the section heading and an optional count badge.
Title strip for an alerts table with the section heading and an optional count badge.
import { AlertsTableTitle } from "@tetherto/mdk-react-devkit";| Prop | Status | Type | Default | Description |
|---|---|---|---|---|
title | Required | React.ReactNode | — | — |
subtitle | Optional | React.ReactNode | — | — |
className | Optional | string | undefined | — | — |
Usage
Title strip for an alerts table section with a heading and an optional count badge.
Example
import { AlertsTableTitle } from '@tetherto/mdk-react-devkit'export const AlertsTableTitleExample = () => ( <div className="mdk-example-row"> <AlertsTableTitle title="Active Alerts" subtitle="12 total" /> <AlertsTableTitle title="History" /> </div>)Alerts
Full alerts page — combines the searchable current-alerts table, an optional historical-alerts log section, severity filters, and the sound confirmation moda…
CurrentAlerts
Sortable, searchable data table of currently active alerts derived from a raw devices payload. Plays an audible beep when a critical alert is present (gated …