-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
[AppBar] Make composable #773
Copy link
Copy link
Closed
Labels
scope: app barChanges related to the app bar.Changes related to the app bar.type: new featureExpand the scope of the product to solve a new problem.Expand the scope of the product to solve a new problem.
Milestone
Metadata
Metadata
Assignees
Labels
scope: app barChanges related to the app bar.Changes related to the app bar.type: new featureExpand the scope of the product to solve a new problem.Expand the scope of the product to solve a new problem.
The AppBar is too limited with only a few options. Google implements their web apps with full-size menu (and auto collapse to side menu + hamburger in mobile), search box,... I suggest that we should move to prop.children instead.
Something like this
What is your idea? I will work on this as soon as we all agree.