New to Kendo UI for Vue? Start a free 30-day trial
Customization
Updated over 6 months ago
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 of data items.
- PanelBar items with custom properties and identify them when the user interact with the component.
Collections
- If you present a
itemsproperty, the PanelBar will render a recursive map until it reaches an object that contains neither a content, nor aitemsproperty.- If you present a content property, the property will be prioritized and directly rendered inside the
PanelBaritem.
Change Theme
Theme
Loading ...
Custom Properties
The PanelBar items accept custom properties that:
- Can be accessed on users' interaction with the component.
- Can be displayed in custom
Panelbaritem template.
Change Theme
Theme
Loading ...