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