New to KendoReact? Learn about KendoReact Free.
AppBarPositionMode
Specifies the positionMode of the AppBar (see example).
- The possible values are:
- 'static' (Default)
- 'sticky'
- 'fixed'
type
AppBarPositionMode = "static" | "sticky" | "fixed";