Basic usage
A BrowserBar
can be used to display information and actions, like in a web browser.
With Search Input
A common use case is to include a search or URL input field.
Contextual Hiding
BrowserBar
provides a BrowserBarContext
. Components rendered inside the BrowserBar
can use the useBrowserBarContext
hook to gain access to setHideStart
and setHideEnd
functions. These functions allow children components to dynamically hide the start
and end
content of the BrowserBar
, which can be useful to maximize space for the primary content.