We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa007e commit 625e655Copy full SHA for 625e655
docs/docs/examples/place.mdx
@@ -34,7 +34,7 @@ export const TooltipAnchor = ({ children, id, ...rest }) => {
34
)
35
}
36
37
-The `place` prop and the `data-tooltip-place` attribute accept the following values: `'top' | 'right' | 'bottom' | 'left'`.
+The `place` prop and the `data-tooltip-place` attribute accept the following values: `'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'`.
38
39
### Using `data-tooltip-place` attribute
40
0 commit comments