animated-grid-pattern-demo
eldoraui/animated-grid-pattern-demoFreeExample
Example showing a animated-grid-pattern-demo component.
Live preview
live · rendered by the registry
Rendered by eldoraui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://eldoraui.site/r/animated-grid-pattern-demo.jsonSource
1import { AnimatedGridPattern } from "@/registry/eldoraui/animated-grid-pattern"23export function AnimatedGridPatternDemo() {4 return (5 <div className="bg-background relative mx-auto h-[500px] w-full overflow-hidden rounded-lg border">6 <AnimatedGridPattern7 gridSize={10}8 gridWidth={4}9 gridLength={4}10 gap={0.05}11 rippleScale={2.5}12 rippleRadius={2}13 cornerRadius={0.8}14 cameraPosition={[-9.31, 12, 11.5]}15 cameraRotation={[-0.65, -0.2, -0.13]}16 fov={60}17 />18 </div>19 )20}
What it pulls in
Other registry items
Files it writes
More from eldoraui
All 115 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| animated-badge-demoanimated-badge-demo | eldoraui | Examples | Free | no deps | |
| animated-frameworks-demoanimated-frameworks-demo | eldoraui | Examples | Free | no deps | |
| animated-list-demoanimated-list-demo | eldoraui | Examples | Free | no deps | |
| animated-shiny-button-demoanimated-shiny-button-demo | eldoraui | Examples | Free | no deps | |
| blur-in-text-demoblur-in-text-demo | eldoraui | Examples | Free | no deps | |
| browser-demobrowser-demo | eldoraui | Examples | Free | no deps | |
| browser-demo-2browser-demo-2 | eldoraui | Examples | Free | no deps | |
| card-flip-hover-democard-flip-hover-demo | eldoraui | Examples | Free | no deps |
