cobe-globe-demo
eldoraui/cobe-globe-demoFreeExample
Example showing a cobe-globe-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/cobe-globe-demo.jsonSource
1"use client"23import { Cobe } from "@/registry/eldoraui/cobe-globe"45export function CobeGlobeDemo() {6 return (7 <div className="bg-background relative z-10 h-[300px] w-full overflow-hidden rounded-lg border sm:h-[550px] md:h-[600px]">8 <Cobe9 variant="default"10 phi={0}11 theta={0.2}12 mapSamples={16000}13 mapBrightness={1.8}14 mapBaseBrightness={0.05}15 diffuse={3}16 dark={1.1}17 baseColor="#ffffff"18 markerColor="#fb6415"19 markerSize={0.05}20 glowColor="#ffffff"21 scale={1.0}22 offsetX={0.0}23 offsetY={0.0}24 opacity={0.7}25 />26 </div>27 )28}
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-grid-pattern-demoanimated-grid-pattern-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 |
