Components
An interactive hero section that reveals a trail of images following the cursor as the mouse moves across the container.
npx @21st-dev/cli add uilayouts/image-mousetrail-without-componentLoading preview...
import ImageMouseTrail3 from '@/components/ui/image-mousetrail-without-component';
export default function ImageMouseTrailDemo() {
return (
<div className='w-full p-4'>
<ImageMouseTrail3 />
</div>
);
}