← Back to components
Tooltip
A tooltip component to show helpful information on hover
Overlay
Created by James Wilson
4.8 rating
678 downloads
Preview
How to use
import { GrainTooltip } from "@/components/demos/grain-tooltip"
export default function MyComponent() {
return (
<div>
<GrainTooltip />
</div>
)
}
Note: Make sure you have the required dependencies installed and the necessary UI components imported in your project. The component uses Tailwind CSS for styling and may require additional setup based on your project configuration.