DrawerProps
The properties of the KendoReact Drawer component.
Name | Type | Default | Description |
---|---|---|---|
animation? |
|
Specifies the animation settings of the Drawer. Example: jsx
| |
children? |
|
Sets the Drawer items declaratively. Example: jsx
| |
className? |
|
Specifies a list of CSS classes that will be added to the | |
dir? |
|
Represents the | |
drawerClassName? |
|
Specifies a list of CSS classes that will be added to the | |
expanded? |
|
Specifies the state of the Drawer. Defaults to Example: jsx
| |
item? |
|
Overrides the default component responsible for visualizing a single item (see example). Example: jsx
| |
items? |
|
The collection of items that will be rendered in the Drawer (see example). Example: jsx
| |
mini? |
|
Enables the mini (compact) view of the Drawer which is displayed when the component is collapsed (see example). Example: jsx
| |
miniWidth? |
|
Defines the width of the Drawer when the mini view is enabled and the component is collapsed. Defaults to Example: jsx
| |
mode? |
|
Specifies the mode in which the Drawer will be displayed (see example). Example: jsx
| |
onOverlayClick? |
|
The event handler that will be fired when the overlay is clicked. Used in overlay mode only. Example: jsx
| |
onSelect? |
|
Fires when a Drawer item is selected. Example: jsx
| |
position? |
|
Specifies the position of the Drawer (see example). Example: jsx
| |
style? |
|
Sets additional CSS styles to the Drawer. | |
tabIndex? |
|
Sets the Example: jsx
| |
width? |
|
Defines the width of the Drawer when it is expanded. Defaults to Example: jsx
|