LEIBadge
stableLegal Entity Identifier (ISO 17442) badge with full/truncated display and copy-to-clipboard
import { LEIBadge } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
leireq | string | — | 20-character LEI (ISO 17442) |
legalName | string | — | Legal entity name to display alongside |
displayMode | "full" | "truncated" | — | Show full 20-char or truncated LEI |
copyable | boolean | — | Enable copy-to-clipboard |
leirequiredType
stringDefault —20-character LEI (ISO 17442)
legalNameType
stringDefault —Legal entity name to display alongside
displayModeType
"full" | "truncated"Default —Show full 20-char or truncated LEI
copyableType
booleanDefault —Enable copy-to-clipboard
MobileTouch Target
Tappable LEI badges must meet 44px. On mobile, tapping opens a bottom sheet with full entity details.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?