Docs
Mouse Following
Mouse Following
Displays a shadow with mouse following.
Loading...
Installation
Copy and paste the Mouse Following code into your project.
API Reference
Props
Prop | Type | Description |
---|---|---|
children | React.ReactNode | The content to be wrapped inside the div. |
Usage
function MouseFollowing() {
return (
<CardWithEffect>
<div className="h-[400px] flex items-center justify-center text-white">Mouse Here</div>
</CardWithEffect>
);
}