Skip to content

Commit 8a8cb37

Browse files
authored
Snaps: Update Card title to include Address (#1773)
1 parent 085d36b commit 8a8cb37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

snaps/features/custom-ui/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,8 @@ component.
283283
284284
#### Props
285285
286-
- `title`: `string` - The title of the card.
286+
- `title`: `Array<string | Address>` - The title of the card, can be a string or an
287+
[`Address`](#address).
287288
- `value`: `string` - The value, shown on the right side.
288289
- `image`: `string` - (Optional) An image shown on the left side. Accepts inline SVG.
289290
- `description`: `string` - (Optional) A description, shown below the title.

0 commit comments

Comments
 (0)