Polish app center grouped menu styling

This commit is contained in:
jxxghp
2026-07-02 19:32:39 +08:00
parent 67ef98bfee
commit d5f0fed954
10 changed files with 263 additions and 19 deletions
+3
View File
@@ -113,10 +113,13 @@ export interface NavLinkProps {
rel?: ATagRelAttrValues
}
export type NavMenuIconColor = 'primary' | 'info' | 'success' | 'warning' | 'secondary'
export interface NavLink extends NavLinkProps, Partial<AclProperties> {
title: string
full_title?: string
icon?: unknown
iconColor?: NavMenuIconColor
badgeContent?: string
badgeClass?: string
disable?: boolean