mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
feat(web/menu): add description support on list items
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user