New to KendoReact? Learn about KendoReact Free.
AppBarPosition
Specifies the position of the AppBar (see example).
- The possible values are:
- 'top' (Default)
- 'bottom'
type
AppBarPosition = "top" | "bottom";