NV Elements Catalog Starters Repo System Themes Getting Started Getting Started Installation CLI MCP Skills Lint Integrations Getting Started Angular Bundles Custom Elements Golang 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

Drawer

stable:  0.2.4 Coverage: 100.00% Bundle: 24.32kb Lighthouse: 100 Axe Core Released: 0.16.0
Overview API Examples

<nve-drawer>

Properties

Property Attribute Description Values i18n i18n

Enables updating internal string values for internationalization.

inline inline

Create a inline layout effect while retaining the a11y characteristics and top layer behavior (light dismiss, focus trap, non interactive background) https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/

true
false
anchor anchor

Provides the element that the popover should position relative to. Anchor can accept a idref string within the same render root or a HTMLElement DOM reference.

modal modal

Determines if a drawer should have a modal backdrop that visually overlays the UI.

true
false
closable closable

Indicates whether the user can dismiss or close the element.

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.
size size

Controls the visual scale of an element to match its importance and available space.

sm Compact size for dense layouts or secondary elements with less visual prominence.
md Standard size that works well in most contexts and provides balanced visibility.
lg Larger size for emphasizing important elements or improving touch targets in spacious layouts.
position position

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

left
right
bottom
top
trigger trigger
deprecated

Use the popover API instead. The trigger defines what element triggers an open interaction event. A trigger can accept a idref string within the same render root or a HTMLElement DOM reference.

behaviorTrigger behavior-trigger
deprecated

Use the popover API instead. Determines if popover visibility behavior should be automatically controlled by the trigger.

boolean

Events

Event Description close

Dispatched when the drawer closes.

open

Dispatched when the drawer opens.

toggle

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

beforetoggle

Dispatched on a popover just before showing or hiding. MDN

Slots

Slot Description default

default content slot

CSS Properties

Css-property Description --animation-duration

Duration of drawer open/close animations MDN

--width --max-width --top --gap --box-shadow --padding --color --background --border

CSS Parts

Css-part Description icon-button

The close icon button element

<nve-drawer-header>

Slots

Slot Description default

default slot for the drawer header

CSS Properties

Css-property Description --padding --min-height --border-bottom

Slots

Slot Description default

default slot for the drawer footer

CSS Properties

Css-property Description --min-height --gap --padding --border-top