Custom Cursor Demo
sora-ui/demo-custom-cursorFreeComponent
Custom cursor demo with Sora icons and shape variants.
Install it
npx shadcn@latest add https://ui.soralabs.io.vn/r/demo-custom-cursor.jsonSource
1"use client";23import { IconLogo } from "@/components/icon-logo";4import {5 CustomCursor,6 type CustomCursorProps,7 CustomCursorTarget,8} from "@/components/sora-ui/effects/custom-cursor";910export function CustomCursorExample({11 className,12 color = "#ff4c24",13 followDamping = 22,14 followStiffness = 150,15}: CustomCursorProps) {16 return (17 <CustomCursor18 className={className}19 color={color}20 followDamping={followDamping}21 followStiffness={followStiffness}22 layout="demo"23 >24 <CustomCursorTarget aria-label="Sora logo" size="lg">25 <IconLogo className="size-full" />26 </CustomCursorTarget>27 </CustomCursor>28 );29}
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 |
