What are the steps to reproduce?
Go to Tooltip documentation https://clayui.com/docs/components/tooltip.html
What is the expected result?
Maybe it's an improvement to add in the documentation the available options to align the tooltip. I only saw that "bottom" it's the default one. Although, in the source code I can see:
export const ALIGN_POSITIONS = [
'top',
'top-left',
'top-right',
'bottom',
'bottom-left',
'bottom-right',
'left',
'right',
] as const;
This is only a proposal 😄
Thanks!
What are the steps to reproduce?
Go to Tooltip documentation https://clayui.com/docs/components/tooltip.html
What is the expected result?
Maybe it's an improvement to add in the documentation the available options to align the tooltip. I only saw that "bottom" it's the default one. Although, in the source code I can see:
This is only a proposal 😄
Thanks!