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 children that are passed to the AppBar. jsx
| |
className? |
|
Sets additional CSS classes to the AppBar. jsx
| |
id? |
|
Sets the jsx
| |
position? |
|
Specifies the position of the AppBar (see example).
jsx
| |
positionMode? |
|
Specifies the positionMode of the AppBar (see example).
jsx
| |
style? |
|
Sets additional CSS styles to the AppBar. jsx
| |
themeColor? |
|
Specifies the theme color of the AppBar (see example).
jsx
|