-
-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
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
Add a Portal component #1524
Comments
@cpakken Could you share some details about your use-case for using a portal directly? As you said, all the components that could have a portal should already provide it |
I have a |
Actually the internal portals are just Floating UI's portal: https://github.com/mui/base-ui/blob/master/packages/react/src/select/portal/SelectPortal.tsx#L19 |
@cpakken Do you need focus management for your use case? We have a lite Portal that we use internally that we could export, but it doesn't include focus management. |
@colmtuite that would be nice, there are some control buttons in the |
Feature request
Base-UI is internally using portals for components like
Please expose the as its own component
Similar to https://www.radix-ui.com/primitives/docs/utilities/portal
The text was updated successfully, but these errors were encountered: