PanelBarProps
Represents the props of the KendoReact PanelBar component.
Name | Type | Default | Description |
---|---|---|---|
animation? |
|
Sets the animation state of the PanelBar. | |
children? |
|
The child can be either a single PanelBarItem or a PanelBarItem array. | |
className? |
|
The class name that is set to the PanelBar. | |
dir? |
|
Sets the direction of the PanelBar component. | |
expanded? |
|
Sets the initial expanded state of the PanelBar. Takes the | |
expandMode? |
|
Sets the expand mode of the PanelBar (see example). The available modes are:
| |
focused? |
|
Sets the initial focused state of the PanelBar. Takes the | |
isControlled? |
|
Determines if the PanelBar is going to be used in controlled state. | |
keepItemsMounted? |
|
Determines if the PanelBar items will be mounted after expand collapse. Defaults to | |
onSelect? |
|
Fires each time the user makes a selection (see example). | |
selected? |
|
If set, overrides the currently selected property in the PanelBar state. Takes the | |
style? |
|
Sets additional CSS styles to the PanelBar. |