Preview
- Region
- us-east-1
- Runtime
- node 24.3
- Commit
- d0a2f7e
Usage
DescriptionList usage<DescriptionList items={[{ term: 'Region', detail: 'us-east-1' }]} />API
DescriptionList APIDescriptionListProps
| prop | type | notes |
|---|---|---|
| items | DescriptionItem[] | |
| layout? | 'row' | 'stack' | 'row' (default): terms in a left column, details beside — the detail sheet. 'stack': term above detail, wrapping into columns. |
| mix? | MixInput |