The standard Microsoft black Navbar component.
I think that each Microsoft product can use that thing instead of implement it from scratch.
Standard Microsoft Navbar component
No
Not as I see it. It depends on other Fabric components
Navbar, Navbar Button, Navbar Brand, Navbar Search, Navbar Waffle, Navbar.Persona etc.
Similar to Bootstrap: https://getbootstrap.com/docs/4.0/components/navbar/
<Navbar class="navbar navbar-expand-lg navbar-light bg-light">
<Navbar.Waffle />
<Navbar.Brand>Navbar</Navbar.Brand>
<Navbar.ActionsCollection>
<Navbar.Action iconName="Smile">Feedback</Navbar.Action>
<Navbar.Action iconName="Plus" collapse={Always/Never/IfNecessary}>Add new ...</Navbar.Action>
</Navbar.ActionsCollection>
<Navbar.Persona name="Foo Baz" links={[...]}>Add</Navbar.Persona>
</Navbar>
Let you to decide :)
I'm sure we have a need for this, and it's been brought up multiple times at least internally. I am placing this as a feature request / backlog review.
What's the time frame for this feature and is there a recommended alternative in the meantime?
Since this component is highly specific to 1st-party Microsoft products, it's not something that really makes sense to add to a public library like Fluent UI React. We also already have a shared implementation of this component internally--if any internal teams need more info about where to find this, please email me and I'll connect you to the right people.
Most helpful comment
What's the time frame for this feature and is there a recommended alternative in the meantime?