Globe
Base sphere color
Live playground
Edit the JSX below — preview updates instantly. Switch brand × tone in the toolbar to see the same component re-themed in place.
Edit JSX — preview updates livereact-live
import { Globe, GlobeLocation, GlobeTheme } from "@avala/design"; <Globe> <GlobeLocation /> <GlobeTheme /> </Globe>
All variants
The Storybook stories file rendered as an iframe — every variant, every size, every state, baselined for visual regression.
domain-marketing-globe--defaultOpen in Storybook →
When to use
- Marketing hero / about-page coverage map showing where Avala operates.
- Investor-deck visualisation of customer / data-source distribution.
- Any one-off decorative geographic surface where a static map is too flat.
When not to use
- Real geographic data viz where users need to read precise lat/lng — use Mapbox / Leaflet / a real map library.
- Mobile-first surfaces — the WebGL load is heavier than a marketing tile typically wants. Render a static fallback at viewport widths < 768px.
- Anywhere with a strict perf budget — three.js + dot-density geometry isn't cheap.