Skip to content

DrilldownCell

stable

Expand/collapse cell for hierarchical financial data

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

Props

summaryrequired
Type ReactNodeDefault

Summary content shown when collapsed

childrenrequired
Type ReactNodeDefault

Detail content shown when expanded

defaultExpanded
Type booleanDefault

Start expanded

level
Type numberDefault

Indentation level for nested drilldowns (0-based)

density
Type "default" | "compact"Default

Display density

Metadatasemantictypemotion
MobileTouch Target

Cell tap area must be ≥44px tall. On mobile, drilldowns should open in a full-screen drawer rather than an inline expansion.

Design Rationale

This component was designed to express:

Explore Related

Was this helpful?