Skip to content
Theme:

Ui3nMobileMenu & Ui3nMobileMenuItem

Ui3nMobileMenu is a full-screen drawer container designed for mobile device navigation, featuring custom slot layouts (header, menuBody, footer) and synchronized backdrop transitions. Ui3nMobileMenuItem is a sub-component with strict generic typing and smooth micro-interactions for links.

Mobile Menu API

Props

NameTypeDefaultDescription
modelValue*boolean No description provided
widthstring | undefined No description provided
withBlurboolean | undefined No description provided

Events

Event NameArguments / Value TypeDescription
update:modelValuevalue: boolean

Slots

Slot NameScope Props (v-slot)Description
#header

Menu Header slot - section to add custom data on top of the menu

#menuBody

Menu body slot - The section is where your menu items are placed

#footer

Menu footer slot - section to add custm data on the bottom of menu

Props

NameTypeDefaultDescription
item*T No description provided
isActiveboolean | undefined No description provided

Events

Event NameArguments / Value TypeDescription
selectItemT

Emitted when an item is selected on the menu

Usage Examples

Simple Mobile Menu

Demonstrates a complete menu lifecycle with full-screen slide-in animations and core navigation slots.

Simple mobile menu

Basic mobile drawer implementation using core structured sections

Custom Width & Backdrop Blur

Demonstrates container resizing using the width prop and activating an aesthetic frosted-glass look with withBlur.

Mobile menu with custom width

Resized drawer framework utilizing full backdrop blur states

Standalone Menu Items

Demonstrates static rendering of standalone item links inside a standard box wrapper.

Standalone menu items

Basic item components mapped with a plain object configuration

Interactive Navigation Group

Demonstrates dynamic active-state toggling using the isActive prop, highlighting the built-in icon physics animation (bounceOnce) upon element selection.

Interactive navigation group

Synchronized list elements executing live active style swaps