# App switcher dropdown

Menu: -4 Density 
Menus display a list of choices on a temporary surface. They appear when users interact with a button, action, or other control.

🛠 Additional options 
Menu list item - can be edited by selecting individual list item and  selecting wether it is enabled, selected, and has a divider from the variant properties.

import Anatomy from "../../../../../../components/Anatomy.astro";
import VariantMatrix from "../../../../../../components/VariantMatrix.astro";
import MotionPattern from "../../../../../../components/MotionPattern.astro";
import AccessibilityRefs from "../../../../../../components/AccessibilityRefs.astro";
import PageMetadata from "../../../../../../components/PageMetadata.astro";
import StubFooter from "../../../../../../components/StubFooter.astro";
import DoDont from "../../../../../../components/DoDont.astro";
import Callout from "../../../../../../components/Callout.astro";
import TermList from "../../../../../../components/TermList.astro";
import ComponentTabs from "../../../../../../components/ComponentTabs.astro";
import ConfidenceChip from "../../../../../../components/ConfidenceChip.astro";
import MediaAsset from "../../../../../../components/MediaAsset.astro";

<PageMetadata
  slug="components.app-switcher-dropdown.code"
  source="components/dist/registries/dskit.json#app-switcher-dropdown"
  schema={1}
/>

<ComponentTabs component={"app-switcher-dropdown"} activeTab={"code"} />

## Tokens

Per-component token documentation pending. See the <a href={`${import.meta.env.BASE_URL.replace(/\/?$/, '/')}foundations/color`}>foundations tokens</a> for the full scale.