RootPortal
Render a component at the root level of the aragonUI app. This is useful for tooltips, modals, or any other element that requires to be rendered on top of the other elements.
Usage
Demonstration
Props
children
children
Type: React node
Required
Pass anything here and it will get rendered at the <Root />
level.
Last updated