# App Switcher
The app switcher is a dashboard element that allows to switch between different apps by opening popover.
# Usage
Use the apps
prop to define the apps in your AppSwitcher and v-model
to automatically keep track of the selected app. Apps can be grouped just by adding new object in apps array with apps list. See example below.
# Collapsed
Use the collapsed
prop to define if the AppSwitcher is used in collapsed Menu. When used removes title and shows only logo and grid icon.
# Events
Event | Arguments | Description |
---|---|---|
@update | The selected app name | Emitted when an app is chosen |
@open | - | Emitted when app switcher opens |
← Using Components App →