Skip to main content

Tooltip

Preview

موست رو بیار روی من

import Tooltip from "@repo/ui/Tooltip";

<Tooltip id="tooltip" content="این یک راهنما است.">
موست رو بیار روی من
</Tooltip>;

Installation

npx the-dig@latest add Tooltip

Props

PropTypeDefault
id *string-
content *string-
classNamestring-
place *"top" | "bottom" | "left" | "right" | "left-start" | "left-end" | "right-start" | "right-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end""top"
childrenReactNode-

Placements

top

top-start

top-end

bottom

bottom-start

bottom-end

left

left-start

left-end

right

right-start

right-end