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' },
{ type: 'person' },
{ type: 'document' },
] | |
| heading | ReactNode | Legend | Heading rendered above the entries. Default `Legend`. |