About the Popover/Tooltip placement property #3286
-
I can't understand these placements:
I can't find any description of these placements on Spectrum, Spectrum CSS, React Spectrum, or XD files. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Start and end placements are dependent on language direction. So for left-to-right languages like English, start will be the same as left. And for right-to-left languages like Arabic, start will be the same as right. It's generally better to use start and end in order to match the flow of the document and have better support for internationalization. |
Beta Was this translation helpful? Give feedback.
Start and end placements are dependent on language direction.
So for left-to-right languages like English, start will be the same as left.
And for right-to-left languages like Arabic, start will be the same as right.
It's generally better to use start and end in order to match the flow of the document and have better support for internationalization.