Replies: 1 comment 1 reply
-
My suggestion right now would be to use the built-in I created an example to show how you can use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The idea is to allow additional options for
InformationPanel
- instead of being displayed next to your content it could be portaled into application root - when opened it would expand from the side of the browser window - similar to howModal
is being portaled into application root (child ofThemeProvider
by default) and displays over everything.While this can be implemented by portaling InformationPanel ourselves, it can become cumbersome, especially when having a package that may want to use these root information panels - I would need to pass down my portal ref and write same logic inside the package - or at least create a common package. Plus having a standard behavior is always a plus :)
I would rather not post our use cases directly here, reach out to me if needed 😄
Beta Was this translation helpful? Give feedback.
All reactions