Split Text Effect Demo
bucharitesh/split-text-effect-demoFreeExample
A demo of the Split Text Effect component
Install it
npx shadcn@latest add https://bucharitesh.in/r/split-text-effect-demo.jsonSource
1import { SplitTextEffect } from '@/registry/bucharitesh/split-text-effect';23export default function SplitTextEffectDemo() {4 return (5 <div className="relative w-full bg-black">6 <div className="h-72">7 <SplitTextEffect text="Grow Together" fill={0.5} accent="#2ecc71" />8 </div>9 </div>10 );11}
What it pulls in
Other registry items
Files it writes
More from bucharitesh
All 26 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Book Demobook-demo | bucharitesh | Examples | Free | no deps | |
| Book Variant Demobook-variant-demo | bucharitesh | Examples | Free | no deps | |
| Game of Life Demogame-of-life-demo | bucharitesh | Examples | Free | no deps | |
| Game of Life Demo 2game-of-life-demo-2 | bucharitesh | Examples | Free | no deps | |
| Magical Mouse Demomagical-mouse-demo | bucharitesh | Examples | Free | no deps | |
| Metallic Button Demometallic-button-demo | bucharitesh | Examples | Free | no deps | |
| Modern Progress Demomodern-progress-demo | bucharitesh | Examples | Free | no deps | |
| Pixel Icon Demopixel-icon-demo | bucharitesh | Examples | Free | no deps |
