Split Text Effect Demo 2
bucharitesh/split-text-effect-demo-2FreeExample
A demo of the Split Text Effect component with variants
Install it
npx shadcn@latest add https://bucharitesh.in/r/split-text-effect-demo-2.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-96">7 <SplitTextEffect8 text={9 <>10 MAKE AN11 <br />12 IMPACT13 </>14 }15 accent="#ed8936"16 className="font-black tracking-tight"17 />18 </div>19 </div>20 );21}
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 |
