BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/atlas-ui/blend-mouse-trailer-demo

Blend Mouse Trailer Demo

atlas-ui/blend-mouse-trailer-demo
FreeExample

Example showing the lazy mouse trailer which blends with the content on hover.

Live preview

live · rendered by the registry
Rendered by atlas-ui on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://atlasui.dev/r/blend-mouse-trailer-demo.json

Source

registry/react/examples/blend-mouse-trailer-demo.tsxatlasui.dev/r/blend-mouse-trailer-demo.json
1"use client";
2
3import { useState } from "react";
4
5import { BlendMouseTrailer } from "@/registry/react/atlasui/blend-mouse-trailer";
6
7export const BlendMouseTrailerDemo = () => {
8 const [isHovered, setIsHovered] = useState(false);
9 return (
10 <div className="mx-auto flex h-full w-full max-w-7xl items-center justify-center">
11 <h1
12 onMouseEnter={() => setIsHovered(true)}
13 onMouseLeave={() => setIsHovered(false)}
14 className="text-center text-5xl text-balance"
15 >
16 AtlasUI is an open-source library offering a suite of prebuilt animated
17 components for React, Next.js, and Vanilla JS.
18 </h1>
19
20 <BlendMouseTrailer isHovered={isHovered} />
21 </div>
22 );
23};

What it pulls in

Other registry items

  • https://atlasui.dev/r/blend-mouse-trailer.json

Files it writes

  • registry/react/examples/blend-mouse-trailer-demo.tsx

Facts

Registry
atlas-ui
Type
registry:example
Access
Free
Files written
1
Licence
MIT
First indexed
2026-08-01
Last confirmed
today

Go to the source

Docs on atlas-ui atlasui.dev SnehdeepDupare/atlas-ui on GitHub Raw registry item This item as JSON

More from atlas-ui

All 99 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Animated Mobile Navbar Demoanimated-mobile-navbar-demoatlas-uiExamplesFreeno deps
Animated Mobile Navbaranimated-mobile-navbar-html-demoatlas-uiExamplesFree1 dep · 3 files
Animated Mobile Navbar Side Exampleanimated-mobile-navbar-side-exampleatlas-uiExamplesFreeno deps
Blend Mouse Trailerblend-mouse-trailer-html-demoatlas-uiExamplesFreeno deps · 3 files
Blob Mouse Trailer Demoblob-mouse-trailer-demoatlas-uiExamplesFreeno deps
Blob Mouse Trailerblob-mouse-trailer-html-demoatlas-uiExamplesFreeno deps · 3 files
Box Reveal Demobox-reveal-demoatlas-uiExamplesFreeno deps
Box Revealbox-reveal-html-demoatlas-uiExamplesFree1 dep · 3 files
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex