Skip to content

RelativeTimestamp

stable

Localized relative timestamp that updates in real time. Shows '2 min ago', 'just now', etc. with a tooltip showing the absolute ISO time.

Visualization/Storybook ↗
import { RelativeTimestamp } from "@nodus/design-system/patterns"
Loading demo…

Props

isorequired
Type stringDefault

ISO 8601 timestamp string.

updateIntervalMs
Type numberDefault

Refresh interval in ms (default: 30000).

className
Type stringDefault

Extra CSS classes.

Metadatasemantictypespace
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?