Liquid Tooltip

RareUI Logo

Organic, fluid tooltip component that stretches and moves with physics-based interactions.

Installation

pnpm dlx rareui add liquid-tooltip

Usage

1

Basic Usage

Wrap any element with the tooltip component.

Example
import { LiquidTooltip } from '@/components/ui/liquid-tooltip'; export default function App() { return ( <LiquidTooltip text="I'm Fluid!"> <button>Hover Me</button> </LiquidTooltip> ); }
2

Placements

Supports top, bottom, left, and right positioning.

Example
<LiquidTooltip text="Left Side" placement="left"> <div className="box">Target</div> </LiquidTooltip>

Features

Seamlessly integrated and optimized for high-performance React applications.

Props

PropTypeDefaultDescription
textstring-Tooltip content text.
placement"top" | "bottom" | "left" | "right""top"Direction where tooltip appears.
classNamestring-Wrapper class names.
popupClassNamestring-Class names for the tooltip bubble itself.

“Heyy, If you made it this far, let's chat.”

Design & Developed by @heyyswap © 2026. All rights reserved.