<nve-panel>
Properties
Enables updating internal string values for internationalization.
Sets the proper collapse icon and collapse animation, based on which side of the page the panel occupies.
left
right
Determines whether the panel should handle auto-closing behavior vs. defaults to off.
true
false
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.
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
Dispatched when the panel closes.
Dispatched when the panel opens.
Slots
footer element (Use panel-footer or custom content)
content element (Use panel-content or custom content)
header element (Use panel-header or custom content)
This is a default/unnamed slot for panel content
CSS Properties
CSS Parts
The expand/collapse icon button element
<nve-panel-header>
Slots
Extra Action Button
Subtitle Text
Title Text
default content slot
<nve-panel-content>
Slots
This is a default/unnamed slot for panel content
CSS Properties
<nve-panel-footer>
Slots
This is a default/unnamed slot for panel footer content