Preview
Portfolio Value
Use Case
Optimized for Fintech applications, this ticker handles 60+ updates per second using Svelte 5 Runes for fine-grained reactivity. Features tabular numerics for stable layouts during rapid value changes.
Industry Applications
Real-Time Market Data Display (fintech)
Display live market prices with sub-second update latency. The Ticker component uses Svelte 5 fine-grained reactivity to update only the changed values, achieving 60+ FPS even with dozens of tickers.
- • Tabular numerics prevent layout shift during rapid updates
- • Configurable decimal precision for different asset classes
- • Positive/negative change indicators with color coding
- • Animates smoothly during value transitions
System Metrics Dashboard (devops)
Monitor CPU usage, memory consumption, and request latency with real-time tickers. Perfect for NOC dashboards and on-call engineers.
- • Percentage suffix for capacity metrics
- • Threshold-based color changes (normal → warning → critical)
- • Compact layout for high-density metric grids
- • WebSocket-ready with optimistic updates
Props API
| Prop | Type | Default | Description |
|---|---|---|---|
value * | number | 0 | The numeric value to display |
label | string | '' | Label displayed above the value |
change | number | 0 | Percentage change indicator (positive/negative) |
prefix | string | '' | Prefix before the value (e.g., "$") |
suffix | string | '' | Suffix after the value (e.g., "%") |
decimals | number | 2 | Number of decimal places |
class | string | — | Additional CSS classes |
* Required prop
Related Components
See it in Action
Explore the Ticker in an interactive dashboard environment.
Customize in ShowroomMore Data Display Components
DataTable
Designed for high-density data visualization in Logistics control panels, this Svelte 5 DataTable supports row selection, stock level meters, and status tags.
Meter
Inspired by Braun audio equipment, this LED meter provides instant visual feedback for system metrics.
Tag
Purpose-built for inventory and logistics systems, these status tags use carefully calibrated colors that meet WCAG AA contrast requirements while maintaining the industrial aesthetic.