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-loop

Text Loop Demo

sora-ui/demo-text-loop
FreeComponent

Cycling headline built with TextLoop.

Install it

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

Source

registry/demo/primitives/texts/text-loop/index.tsxui.soralabs.io.vn/r/demo-text-loop.json
1"use client";
2
3import { cn } from "@/lib/utils";
4import {
5 TextLoop,
6 type TextLoopProps,
7} from "@/components/sora-ui/texts/text-loop";
8
9const PHRASES = ["Design fast.", "Ship faster.", "Iterate forever."];
10
11export default function TextLoopExample({
12 interval = 2,
13 className = "font-medium text-2xl text-foreground",
14}: Pick<TextLoopProps, "interval" | "className">) {
15 return (
16 <div className="relative inline-grid">
17 {PHRASES.map((phrase) => (
18 <span
19 aria-hidden
20 className={cn(
21 className,
22 "invisible whitespace-nowrap [grid-area:1/1]"
23 )}
24 key={phrase}
25 >
26 {phrase}
27 </span>
28 ))}
29 <TextLoop
30 className={cn(className, "[grid-area:1/1]")}
31 interval={interval}
32 >
33 {PHRASES.map((phrase) => (
34 <span key={phrase}>{phrase}</span>
35 ))}
36 </TextLoop>
37 </div>
38 );
39}

What it pulls in

Other registry items

  • @soralabs/text-loop

Files it writes

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

Facts

Registry
Sora UI
Type
registry:ui
Access
Free
Files written
1
Licence
the repository states none
First indexed
2026-08-12
Last confirmed
today

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
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

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

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