feat(web/menu): add description support on list items

This commit is contained in:
Luke
2022-10-27 10:09:48 +02:00
parent b354e0836c
commit 1127108fcd
5 changed files with 20 additions and 6 deletions

View File

@@ -17,7 +17,11 @@ export const debugMenu = () => {
},
{
label: 'Vehicle class',
values: ['Nice', 'Super nice', 'Extra nice'],
values: [
{ label: 'nice', description: 'description 1' },
{ label: 'even nicer', description: 'description 2' },
'pogchamp',
],
icon: 'tag',
description: 'Tooltip description 2',
},