What is the Dialog.Positioner
used for?
#2818
-
So far I haven't found a single use for it. Is it just a wrapper |
Beta Was this translation helpful? Give feedback.
Answered by
segunadebayo
Aug 28, 2024
Replies: 1 comment 1 reply
-
The positioner is indeed a UI only component. It’s mostly just a div like you mentioned. But it’s useful for positioning the dialog content, and managing overflowing content. You won’t need it every time but it comes in handy when needed. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ivancuric
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The positioner is indeed a UI only component. It’s mostly just a div like you mentioned. But it’s useful for positioning the dialog content, and managing overflowing content.
You won’t need it every time but it comes in handy when needed.