mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
feat(web/radial): global menu pagination
adds a More... button when menu items are over PAGE_ITEMS
This commit is contained in:
@@ -3,4 +3,5 @@ import { IconProp } from '@fortawesome/fontawesome-svg-core';
|
||||
export interface RadialMenuItem {
|
||||
icon: IconProp;
|
||||
label: string;
|
||||
isMore?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user