Registry Index

Search the catalog

Type to search items across every indexed registry, or pick a page.

ComponentReactregistry:ui1 dependency

Tooltip

tooltip

A popup that displays helpful information when hovering or focusing an element.

Couldn't load the source right now — try refreshing.

Notes from the author

The `tooltip` component has been added. Remember to wrap your app with the `TooltipProvider` component. ```tsx title="app/layout.tsx" import { TooltipProvider } from "@/components/ui/tooltip" export default function RootLayout({ children }: { children: React.ReactNode }) { return ( <html lang="en"> <body> <TooltipProvider>{children}</TooltipProvider> </body> </html> ) } ```
6 other registries

Similar components

Other registries' take on tooltip.

Used by 2 items

Built on Tooltip

Other @blode items that list this one as a dependency.