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

Panels

stable:  0.2.3 Coverage: 91.66% Bundle: 21.1kb Lighthouse: 100 Axe Core Released: 0.10.0
Overview API Examples

<nve-panel>

Properties

Property Attribute Description Values i18n i18n

Enables updating internal string values for internationalization.

side side

Sets the proper collapse icon and collapse animation, based on which side of the page the panel occupies.

left
right
behaviorExpand behavior-expand

Determines whether the panel should handle auto-closing behavior vs. defaults to off.

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

Indicates whether collapsible content is currently visible or hidden from the user. MDN

true The associated content expands and becomes visible to the user.
false The associated content collapses and hides from the user.

Events

Event Description close

Dispatched when the panel closes.

open

Dispatched when the panel opens.

Slots

Slot Description footer

footer element (Use panel-footer or custom content)

content

content element (Use panel-content or custom content)

header

header element (Use panel-header or custom content)

default

This is a default/unnamed slot for panel content

CSS Properties

Css-property Description --panel-button-border-radius

Border radius of the panel expand/collapse button

--box-shadow --color --background

CSS Parts

Css-part Description icon-button

The expand/collapse icon button element

<nve-panel-header>

Slots

Slot Description action-icon

Extra Action Button

subtitle

Subtitle Text

title

Title Text

default

default content slot

CSS Properties

Css-property Description --border-bottom --padding

<nve-panel-content>

Slots

Slot Description default

This is a default/unnamed slot for panel content

CSS Properties

Css-property Description --padding

Slots

Slot Description default

This is a default/unnamed slot for panel footer content

CSS Properties

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