Anatomy
The anatomy of an app bar has no visual elements but rather is an empty container that has a built-in utility to make positioning on a layout easier.
Options
Position
The following position are available sticky
relative
absolute
fixed
. The behavior of the different options are described in the MDN web docs.
API Reference
AppBar
Prop | Description | Type | Default | Required |
---|---|---|---|---|
position | App bar's position in time and space | enum fixed | sticky | absolute | relative | ---- | False |
shadow | App bar's shadow in time and space | enum boolean | true | ---- | False |