New to Kendo UI for Vue? Start a free 30-day trial

Customization

You can customize the behavior of the Kendo UI for Vue Native PanelBar depending on the specific requirements of your Vue project.

The PanelBar enables you to render:

Collections

  • If you present a items property, the PanelBar will render a recursive map until it reaches an object that contains neither a content, nor a items property.
  • If you present a content property, the property will be prioritized and directly rendered inside the PanelBar item.
Example
View Source
Change Theme:

Custom Properties

The PanelBar items accept custom properties that:

  • Can be accessed on users' interaction with the component.
  • Can be displayed in custom Panelbar item template.
Example
View Source
Change Theme:

In this article

Not finding the help you need?