NV Elements Catalog Starters Repo System Themes Getting Started Getting Started Installation CLI MCP Skills Lint Integrations Getting Started Angular Bundles CDN Custom Elements Eleventy Golang HTMX + Go Hugo Import Maps Lit Lit Library MCP Apps NextJS Nuxt Preact React SolidJS Svelte TypeScript Vue About Changelog Metrics Support Accessibility Contributions Requests Migration Foundations Overview Typography Iconography Themes Design Tokens Size & Space Objects Interactions Support Status Color Animation Fonts Layers Custom Layout Horizontal Vertical Grid Popovers i18n Visualization View Transitions Elements Accordion Alert Avatar Badge Breadcrumb Button Button Group Card Chat Message Checkbox Color Combobox Copy Button Datagrid Integrations Column Action Column Alignment Column Fixed Column width Container Card Display Settings Footer Heatmap Keynav Multi Select Pagination Panel Detail Panel Grid Performance Placeholder Row Action Row Groups Row Sort Scroll Height Single Select Stripe Date Datetime Dialog Divider Dot Drawer Dropdown Dropdown Group Dropzone File Format Datetime Format Number Format Relative Time Forms Validation Actions Control Icon Icon Button Input Input Group Logo Menu Month Notification Page Page Header Page Loader Pagination Progressive Filter Chip Progress Bar Progress Ring Password Preferences Input Pulse Radio Range Resize Handle Search Select Skeleton Sort Button Sparkline Star Rating Steps Switch Tabs Tag Textarea Time Toast Toggletip Toolbar Tooltip Tree Week Patterns Authentication Browse Chat Dashboard Editor Empty States Heatmap Keyboard Shortcut Logging Media Navigation Onboarding Panel Responsive Search Subheader Trend Code Codeblock Monaco Input Diff Input Editor Diff Editor Problems Markdown Markdown CSS Utility Labs Responsive Layout Viewport Container Patterns Forms API Design Properties & Attributes Slots Registration CustomEvents Stateless Composition Styles Packaging Glossary Logs Internal Guidelines Agent Harness Agent Tooling Agent Ownership Documentation Examples TypeScript Testing Unit Testing Accessibility Testing Lighthouse Testing SSR Testing Visual Testing Troubleshooting Component Creation Internal Examples All Examples

Dropdown

stable:  2.0.4 Coverage: 100.00% Bundle: 24.05kb Lighthouse: 100 Axe Core Released: 0.6.0
Overview API Examples
DefaultMenuVisualEventsClosableLayoutMultipleTriggersPositionAlignmentRadioGroupCheckboxGroupLegacyBehaviorTriggerHintPositionFallback

Generic dropdown element for rendering a variety of different content such as interactive navigation or form controls. MDN Popover API

Dropdown with popover-positioned menu for trigger-based actions. Use for context menus, settings, and user actions where content appears on demand relative to a trigger button.

test-case

Dropdown using anchor attribute to reference trigger element by ID. Alternative approach for connecting dropdowns to their triggers.

test-case
Event Description close

Dispatched when the dropdown closes.

open

Dispatched when the dropdown opens.

toggle

Dispatched on a popover element just after showing or hiding. MDN

beforetoggle

Dispatched on a popover just before showing or hiding. MDN

test-case

Indicates whether the user can dismiss or close the element.

Closable Description true The element displays a close control and the user can dismiss it. false The user cannot close the element and must dismiss it programmatically.
test-case

Dropdown with structured content using header and footer sections. Perfect for complex dropdown content that needs clear visual hierarchy.

test-case

Dropdown with many triggers, showing how to use the popovertarget attribute to connect many triggers to the same dropdown.

test-case

Determines the position of an element along both inline and block axis. MDN

Position Description center Centers the popover directly over the anchor element. top Positions the popover above the anchor element. bottom Positions the popover below the anchor element. left Positions the popover to the left side of the anchor element. right Positions the popover to the right side of the anchor element.
test-case

Determines the alignment of the popover relative to the provided anchor element.

Alignment Description start Aligns the popover to the beginning edge of the anchor for left or top alignment. end Aligns the popover to the ending edge of the anchor for right or bottom alignment. center Centers the popover along the anchor's edge for balanced positioning.
test-case

Dropdown containing a radio group for single-selection options. Perfect for sort controls, filter selections, or preference settings.

test-case

Dropdown containing a checkbox group for multi-selection options. Ideal for filter controls, feature toggles, or bulk action selections.

test-case

Legacy behavior trigger for dropdown, using the behavior-trigger attribute to open the dropdown on button click.

test-case

Dropdown hint, using the tooltip element to display a hint when the dropdown opens.

test-case

Dropdown position fallback, using the position and alignment attributes to reposition the dropdown when the trigger is not visible.