character-morph-custom-demo
jolyui-ui/character-morph-custom-demoFreeExample
jolyui/ui publishes no description for this item.
Install it
npx shadcn@latest add https://jolyui.dev/r/character-morph-custom-demo.jsonSource
1"use client";23import { CharacterMorph } from "@/registry/default/ui/character-morph";45export default function CharacterMorphCustomDemo() {6 return (7 <div className="flex flex-col items-center justify-center gap-8">8 <div className="text-center">9 <h3 className="mb-4 font-semibold text-lg">Fast Morph</h3>10 <CharacterMorph11 texts={["Code", "Hack", "Debug", "Fix"]}12 interval={2000}13 staggerDelay={0.02}14 charDuration={0.3}15 className="font-mono text-2xl text-primary"16 />17 </div>1819 <div className="text-center">20 <h3 className="mb-4 font-semibold text-lg">Slow Morph</h3>21 <CharacterMorph22 texts={["Design", "Create", "Build", "Deploy"]}23 interval={4000}24 staggerDelay={0.05}25 charDuration={0.8}26 className="font-bold text-3xl text-destructive"27 />28 </div>29 </div>30 );31}
What it pulls in
Other registry items
Files it writes
More from jolyui/ui
All 199 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| ai-prompt-box-demoai-prompt-box-demo | jolyui/ui | Examples | Free | no deps | |
| ai-prompt-box-loading-demoai-prompt-box-loading-demo | jolyui/ui | Examples | Free | no deps | |
| animated-beam-bidirectional-demoanimated-beam-bidirectional-demo | jolyui/ui | Examples | Free | 1 dep | |
| animated-beam-curved-demoanimated-beam-curved-demo | jolyui/ui | Examples | Free | 1 dep | |
| animated-beam-demoanimated-beam-demo | jolyui/ui | Examples | Free | 1 dep | |
| animated-beam-multiple-demoanimated-beam-multiple-demo | jolyui/ui | Examples | Free | 1 dep | |
| animated-table-basic-demoanimated-table-basic-demo | jolyui/ui | Examples | Free | no deps | |
| animated-table-column-demoanimated-table-column-demo | jolyui/ui | Examples | Free | no deps |
