New to Kendo UI for Vue? Start a free 30-day trial
AppBarPosition
Specifies the position of the AppBar (see example).
- The possible values are:
- 'top' (Default)
- 'bottom'
type
AppBarPosition = "top" | "bottom";