feat(web/context): images in metadata

This commit is contained in:
Luke
2022-06-11 11:49:25 +02:00
parent 186014f95e
commit a7e2dc0067
3 changed files with 30 additions and 24 deletions

View File

@@ -17,6 +17,7 @@ debugData<ContextMenuProps>([
{
title: "Example button",
description: "Example button description",
image: "https://i.imgur.com/YAe7k17.jpeg",
metadata: [{ label: "Value 1", value: 300 }],
},
{