Dia Text Reveal Demo
sora-ui/demo-dia-text-revealFreeComponent
Gradient sweep revealing a headline with a looping chromatic wash.
Install it
npx shadcn@latest add https://ui.soralabs.io.vn/r/demo-dia-text-reveal.jsonSource
1"use client";23import { DiaTextReveal } from "@/components/sora-ui/texts/dia-text-reveal";45export default function DiaTextRevealExample() {6 return (7 <p className="font-light text-4xl tracking-tight">8 Make interfaces feel{" "}9 <DiaTextReveal10 fixedWidth11 repeat12 repeatDelay={0.5}13 text={["smooth.", "focused.", "refined."]}14 />15 </p>16 );17}
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 |
