New to KendoReact? Start a free 30-day trial
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. | |
className? |
|
Sets additional CSS classes to the AppBar. | |
id? |
|
Sets the | |
position? |
|
Specifies the position of the AppBar (see example).
| |
positionMode? |
|
Specifies the positionMode of the AppBar (see example).
| |
style? |
|
Sets additional CSS styles to the AppBar. | |
themeColor? |
|
Specifies the theme color of the AppBar (see example).
|