Skip to content

Improve Tooltip documentation with available options for positioning #3612

@dgarciasarai

Description

@dgarciasarai
  • I have searched the issues of this repository and believe that this is not a duplicate.

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    comp: clayui.comIssues related to website infrastructure or other things outside the documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions