We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SearchBar (and it's main consumer TopNavMenu) is a wrapper component for several other components:
TopNavMenu
Each of those requires a different set of arguments, however, they are all optional as SearchBar can be rendered without any one of them.
SearchBar
As a result, a user can't easily tell which arguments he must provide, to get the components he wants to render.
Requires:
Query bar contains Query Bar Input and Timepicker.
Optional (can render without any of these)
The text was updated successfully, but these errors were encountered:
Pinging @elastic/kibana-app-arch
Sorry, something went wrong.
This was closed accidentally due to a bad integration with a 3rd party app (Zube). My apologies.
Handled as part of other on going @elastic/kibana-app-arch items like #50876
No branches or pull requests
SearchBar (and it's main consumer
TopNavMenu
) is a wrapper component for several other components:Each of those requires a different set of arguments, however, they are all optional as
SearchBar
can be rendered without any one of them.As a result, a user can't easily tell which arguments he must provide, to get the components he wants to render.
Search Bar Options
Search Bar
Filter Bar
Requires:
Query Bar
Query bar contains Query Bar Input and Timepicker.
Query Bar \ Query Input
Requires:
Query Bar \ Date Picker
Optional (can render without any of these)
The text was updated successfully, but these errors were encountered: