You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
If you want to add elements to the Toolbar of the AppBar, you need to copy all the AppBar into your custom one.
Describe the solution you'd like
Why not allowing children to be passed to the Toolbar? Maybe between Typography and LoadingIndicator.
Describe alternatives you've considered
It could also be a render prop for the Toolbar.
Is your feature request related to a problem? Please describe.
If you want to add elements to the
Toolbar
of theAppBar
, you need to copy all theAppBar
into your custom one.Describe the solution you'd like
Why not allowing children to be passed to the
Toolbar
? Maybe betweenTypography
andLoadingIndicator
.Describe alternatives you've considered
It could also be a render prop for the
Toolbar
.Additional context
Example:
The text was updated successfully, but these errors were encountered: