GlobeDiagram
A GlobeDiagram component from the Sigil design system.
Import
import { GlobeDiagram } from "@sigil-ui/components";Usage
<GlobeDiagram>...</GlobeDiagram>Props
| Prop | Type | Default | Description |
|---|---|---|---|
size | number | — | — |
cities | GlobeCity[] | — | — |
dotColor | string | — | — |
arcColor | string | — | — |
rotation | number | — | — |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-text-muted | Text muted |
--s-primary | Primary |
--s-border-muted | Border muted |
--s-font-mono | Font mono |