Cursor Bubble Demo
sora-ui/demo-cursor-bubbleFreeComponent
A floating cursor label that elastic-pops into view over interactive links.
Install it
npx shadcn@latest add https://ui.soralabs.io.vn/r/demo-cursor-bubble.jsonSource
1"use client";23import {4 CursorBubble,5 CursorBubbleTarget,6} from "@/components/sora-ui/effects/cursor-bubble";78export function CursorBubbleExample() {9 return (10 <CursorBubble className="flex h-[min(320px,50dvh)] w-full flex-col items-center justify-center gap-6 text-center sm:h-72">11 <CursorBubbleTarget label="explore">12 <a13 className="font-medium text-2xl underline underline-offset-4 sm:text-3xl"14 href="#"15 >16 Our work17 </a>18 </CursorBubbleTarget>19 <CursorBubbleTarget label="say hi">20 <a className="text-muted-foreground text-sm" href="#">21 Get in touch22 </a>23 </CursorBubbleTarget>24 </CursorBubble>25 );26}2728export default CursorBubbleExample;
What it pulls in
Other registry items
Files it writes
More from Sora UI
All 97 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Accordionaccordion | Sora UI | Components | Free | 2 deps | |
| Border Trailborder-trail | Sora UI | Components | Free | 1 dep | |
| Bottom Sheetbottom-sheet | Sora UI | Components | Free | 2 deps | |
| Cursor Bubblecursor-bubble | Sora UI | Components | Free | 2 deps | |
| Cursor Trail Revealcursor-trail-reveal | Sora UI | Components | Free | 1 dep | |
| Custom Cursorcustom-cursor | Sora UI | Components | Free | 2 deps | |
| Accordion Demodemo-accordion | Sora UI | Components | Free | no deps | |
| Border Trail Demodemo-border-trail | Sora UI | Components | Free | no deps |
