This component no longer exists. It was in atlas-ui’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-13 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.
Dot And Circle Mouse Trailer
atlas-ui/dot-and-circle-mouse-trailer-html-demoRemovedExample
Example of Dot And Circle Mouse Trailer using HTML, CSS and JavaScript.
Install it
npx shadcn@latest add https://atlasui.dev/r/dot-and-circle-mouse-trailer-html-demo.jsonSource
1<!doctype html>2<html lang="en">3 <head>4 <meta charset="UTF-8" />5 <meta name="viewport" content="width=device-width, initial-scale=1.0" />6 <title>Dot and Circle Mouse Trailer Html Demo - Atlas UI</title>7 <link rel="stylesheet" href="style.css" />8 </head>9 <body>10 <p>Move you mouse around ;)</p>1112 <div class="trailer" id="trailer"></div>13 </body>1415 <script type="module" src="script.js"></script>16</html>
What it pulls in
Other registry items
