Game of Life Demo 2
bucharitesh/game-of-life-demo-2FreeExample
A demo of the Game of Life component with variants
Install it
npx shadcn@latest add https://bucharitesh.in/r/game-of-life-demo-2.jsonSource
1import { GameOfLife } from '@/registry/bucharitesh/game-of-life';23export default function SplitTextEffectDemo() {4 return (5 <div className="relative z-20 h-[500px] w-full overflow-hidden rounded-lg border bg-black">6 <GameOfLife7 size={20}8 interval={500}9 backgroundColor="#000000"10 cellColor="#ff0000"11 />12 </div>13 );14}
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 | |
| 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 | |
| Split Text Effect Demosplit-text-effect-demo | bucharitesh | Examples | Free | no deps |
