GraphLegend
Each example below is a real component instance — flip the theme toggle to see how it adapts.
Default#
Loading…
Full Entity List#
Loading…
Props#
| Prop | Type | Default | Description |
|---|---|---|---|
| entries | readonly GraphLegendEntry[] | undefined | [
{ type: 'service', label: ENTITY_LABEL.service },
{ type: 'person', label: ENTITY_LABEL.person },
{ type: 'document', label: ENTITY_LABEL.document },
] | |
| heading | ReactNode | Legend | Heading rendered above the entries. Default `Legend`. |