Can you explain the variations between AppBar
and Toolbar
in MUI? I know that AppBar defaults to 'column' flex direction, while Toolbar defaults to 'row'. Are there any other distinctions? Additionally, why do MUI docs show examples of AppBar
with a nested Toolbar
? I personally only use Toolbar
and don't notice any distinction.
https://i.sstatic.net/kxFoP.png