Skip to content

DataList

stable

Key-value list for structured data display

Data Display/Storybook ↗
import { DataList } from "@nodus/design-system"
Loading demo…

Props

itemsrequired
Type DataListItem[]Default

Array of { label, value } pairs

orientation
Type "horizontal" | "vertical"Default "vertical"

Layout direction

Metadatasemantictypeborder
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?