BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/Sora UI/demo-text-cursor-loop

Text Cursor Loop Demo

sora-ui/demo-text-cursor-loop
FreeComponent

The anime.js hero line, with the cursor flashing red only while collapsing/revealing.

Install it

npx shadcn@latest add https://ui.soralabs.io.vn/r/demo-text-cursor-loop.json

Source

registry/demo/primitives/texts/text-cursor-loop/index.tsxui.soralabs.io.vn/r/demo-text-cursor-loop.json
1"use client";
2
3import { TextCursorLoop } from "@/components/sora-ui/texts/text-cursor-loop";
4
5// Same hero line as the anime.js reference this primitive reimplements —
6// "A fast and flexible JavaScript library to animate [the web]." — the
7// cursor flashes the anime.js red only while collapsing/revealing, driven
8// by the `data-phase` attribute the primitive exposes for exactly this.
9const WORDS = [
10 "the web",
11 "HTML",
12 "WebGL",
13 "CSS",
14 "Canvas 2D",
15 "SVG",
16 "anything",
17];
18
19export default function TextCursorLoopExample() {
20 return (
21 <p className="m-0 max-w-md text-balance text-lg leading-snug">
22 A fast and flexible JavaScript library to animate{" "}
23 <TextCursorLoop
24 className="font-medium"
25 classNames={{
26 cursor: "data-[phase=collapsing]:text-[#ff4b4b]",
27 }}
28 words={WORDS}
29 />
30 </p>
31 );
32}

What it pulls in

Other registry items

  • @soralabs/text-cursor-loop

Files it writes

  • registry/demo/primitives/texts/text-cursor-loop/index.tsx

Facts

Registry
Sora UI
Type
registry:ui
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-13
Last confirmed
yesterday

Go to the source

ui.soralabs.io.vn Raw registry item This item as JSON

More from Sora UI

All 97 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
AccordionaccordionSora UIComponentsFree2 deps
Border Trailborder-trailSora UIComponentsFree1 dep
Bottom Sheetbottom-sheetSora UIComponentsFree2 deps
Cursor Bubblecursor-bubbleSora UIComponentsFree2 deps
Cursor Trail Revealcursor-trail-revealSora UIComponentsFree1 dep
Custom Cursorcustom-cursorSora UIComponentsFree2 deps
Accordion Demodemo-accordionSora UIComponentsFreeno deps
Border Trail Demodemo-border-trailSora UIComponentsFreeno deps

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind StoreReady, ToolDrift and BreachProbe

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

© 2026 BlockDex. A Kynth Studios product.

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind StoreReady, ToolDrift and BreachProbe

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

© 2026 BlockDex. A Kynth Studios product.

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind StoreReady, ToolDrift and BreachProbe

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

© 2026 BlockDex. A Kynth Studios product.

BlockDex