Tooltip
Preview
موست رو بیار روی من
import Tooltip from "@repo/ui/Tooltip";
<Tooltip id="tooltip" content="این یک راهنما است.">
موست رو بیار روی من
</Tooltip>;
Installation
npx the-dig@latest add Tooltip
Props
| Prop | Type | Default |
|---|---|---|
id * | string | - |
content * | string | - |
className | string | - |
place * | "top" | "bottom" | "left" | "right" | "left-start" | "left-end" | "right-start" | "right-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "top" |
children | ReactNode | - |
Placements
top
top-start
top-end
bottom
bottom-start
bottom-end
left
left-start
left-end
right
right-start
right-end