Skip to content

FXRateTicker

stable

Horizontally scrolling FX rate ticker with live-style directional change indicators

FinanceInteractive/Storybook ↗
import { FXRateTicker } from "@nodus/design-system/finance"
Loading demo…

Props

ratesrequired
Type FXTickerRate[]Default

Array of currency pairs to display

speed
Type numberDefault

Scroll speed in pixels per second (default: 40)

pauseOnHover
Type booleanDefault

Pause scrolling on hover (default: true)

breakpoints
Type ThresholdBreakpointsDefault

Custom severity breakpoints for change coloring

Metadatasemanticspace
MobileTouch Target

Ticker items that are tappable must be ≥44px. Horizontal scroll on overflow — disable pointer-events on the scroll track.

Design Rationale

This component was designed to express:

Explore Related

Was this helpful?