-
-
Notifications
You must be signed in to change notification settings - Fork 118
[KDropdownMenu] Enable options customization #1200
Copy link
Copy link
Closed
Labels
Component: KDropdownMenuDEV: frontendcommunity-contribution-in-progressgood first issueSelf-contained, straightforward, low-complexitySelf-contained, straightforward, low-complexityhelp wantedOpen source contributors welcomeOpen source contributors welcome
Metadata
Metadata
Assignees
Labels
Component: KDropdownMenuDEV: frontendcommunity-contribution-in-progressgood first issueSelf-contained, straightforward, low-complexitySelf-contained, straightforward, low-complexityhelp wantedOpen source contributors welcomeOpen source contributors welcome
Overview
Complexity: Low
Context
In several Studio use-cases, we need to customize content of
KDropdownMenuitems beyond what is possible viaoptionsarray configuration. Typically icon placement, color, text size, ... Examples:UiMenuactually allows for this via this scopedoptionslotkolibri-design-system/lib/keen/UiMenu.vue
Line 32 in 0318c09
, we just yet didn't made the slot available in
KDropdownMenufor public use.The Change
Expose
UiMenu'soptionslot inKDropdownMenufor public use like:Guidance
Acceptance criteria
References
Supports learningequality/studio#5060