Skip to main content

NodeDescription

Helper component labeling nodes

function NodeDescriptionExample() {
  return (
    <NodePanel.Root selected={false}>
      <NodePanel.Header>
        <NodeDescription label="Node" description="and some description" />
      </NodePanel.Header>
    </NodePanel.Root>
  );
}

Props

label

required
Typestring

description

Typestring

CSS Variables

Color

--ax-public-node-title-color

Miscellaneous

--ax-public-node-title-subtitle