MDK Logo
ReferenceUIComponents

Monitoring Components

System monitoring and status display components

Components for system monitoring and status displays.

Prerequisites

  • Complete the installation
  • Import styles: import '@tetherto/mdk-react-devkit/styles.css'

Components

LogActivityIcon

Status icon used inside <[**LogRow**](/reference/ui/components/monitoring/#logrow)> to indicate event severity (info / warning / error / success).

agent-ready

Props

PropTypeRequiredDefaultDescription
statusstring--

LogDot

Coloured dot used to mark a log event's severity or category inline with the row.

agent-ready

Props

PropTypeRequiredDefaultDescription
typestring--
statusstring--

LogItem

Compact log-line element rendering a single event with optional icon, timestamp, and message.

agent-ready

Props

PropTypeRequiredDefaultDescription
dataLogData--
onLogClicked((uuid: string) => void) | undefined--

LogRow

Single row of a logs feed — composes the dot/icon, timestamp, and message into one entry.

agent-ready

Props

PropTypeRequiredDefaultDescription
logLogData--
typestring--
styleReact.CSSProperties | undefined--
onLogClicked((uuid: string) => void) | undefined--

LogsCard

Card wrapper for a vertically scrolling logs feed with a sticky header.

agent-ready

Props

PropTypeRequiredDefaultDescription
typestring--
labelstring--
isDarkboolean--
isLoadingboolean--
logsDataLogData[]--
emptyMessagestring--
skeletonRowsnumber--
paginationLogPagination--
onLogClicked(uuid: string) => void--

On this page