New to KendoReact? Learn about KendoReact Free.
AppBarProps
Represents the props of the KendoReact AppBar component. Used to display information, actions, branding titles and additional navigation on the current screen.
| Name | Type | Default | Description | 
|---|---|---|---|
children? | 
 | 
 Represents the child elements that are passed to the AppBar. jsx 
 | |
className? | 
 | 
 Sets additional CSS classes to the AppBar. jsx 
 | |
id? | 
 | 
 Sets the  jsx 
 | |
position? | 
 | 
 | 
 Specifies the AppBar position (see example). 
 jsx 
 | 
positionMode? | 
 | 
 | 
 Specifies the AppBar position mode (see example). 
 jsx 
 | 
style? | 
 | 
 Sets additional CSS styles to the AppBar. jsx 
 | |
themeColor? | 
 | 
 | 
 Specifies the AppBar theme color (see example). 
 jsx 
 |