AppBarProps
Represents the props of the KendoReact AppBar component. Used to display information, actions, branding titles and additional navigation on the current screen.
children?
any
Represents the children that are passed to the AppBar.
className?
string
Sets additional CSS classes to the AppBar.
id?
string
Sets the id
property of the root AppBar element.
position?
Specifies the position of the AppBar (see example).
- The possible values are:
- 'top' (Default)
- 'bottom'
positionMode?
Specifies the positionMode of the AppBar (see example).
- The possible values are:
- 'static' (Default)
- 'sticky'
- 'fixed'
style?
CSSProperties
Sets additional CSS styles to the AppBar.
themeColor?
Specifies the theme color of the AppBar (see example).
- The possible values are:
inherit
light
(Default)dark