import { DataList } from "@nodus/design-system"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
itemsreq | DataListItem[] | — | Array of { label, value } pairs |
orientation | "horizontal" | "vertical" | "vertical" | Layout direction |
itemsrequiredType
DataListItem[]Default —Array of { label, value } pairs
orientationType
"horizontal" | "vertical"Default "vertical"Layout direction
MobileStacks / Scroll
Multi-column data lists compress to a single column on narrow viewports. Label/value pairs stack vertically. No code changes required — this is CSS-driven via the ds-fin token layout.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?