Relationship Bond
keep related elements visually and behaviorally connected
Running the actual pattern live via applyPattern() — switch the substrate, stack overlays, watch the signals, or reverse the dynamics. Not a mock.
"Relationship Bond" — keep related elements visually and behaviorally connected. It has a link layer (ropes / cloth between neighbours), a tether layer (bind matter to an anchor), and a cohesion layer (flocking — pull toward neighbours). The active render stack is links, particles.
Related elements hold together through a bond with strength, tension, and memory — the strong force: binding and local structure.
Copy this pattern
<field-root></field-root>
<div data-body="link" data-strength="0.8" data-range="320" data-feedback></div>
<div data-body="tether" data-strength="0.6" data-range="240"></div>
<div data-body="cohesion" data-strength="0.5" data-range="260"></div> <script type="module">
import '@fundamental-engine/elements';
</script>
<field-root></field-root>
<div data-body="link" data-strength="0.8" data-range="320" data-feedback></div>
<div data-body="tether" data-strength="0.6" data-range="240"></div>
<div data-body="cohesion" data-strength="0.5" data-range="260"></div> import { FieldField } from '@fundamental-engine/react';
export default function RelationshipBond() {
return (
<FieldField>
<div data-body="link" data-strength="0.8" data-range="320" data-feedback />
<div data-body="tether" data-strength="0.6" data-range="240" />
<div data-body="cohesion" data-strength="0.5" data-range="260" />
</FieldField>
);
} {
"id": "relationship-bond",
"name": "Relationship Bond",
"intent": "keep related elements visually and behaviorally connected",
"naturalField": "strong",
"primitives": [
"link",
"tether",
"cohesion"
],
"bodies": [
{
"body": "link",
"strength": 0.8,
"range": 320,
"feedback": true
},
{
"body": "tether",
"strength": 0.6,
"range": 240
},
{
"body": "cohesion",
"strength": 0.5,
"range": 260
}
],
"relationships": [
{
"from": "a",
"to": "b",
"type": "related",
"strength": 0.6
}
],
"render": [
"links",
"particles"
],
"metrics": [
"relation-strength",
"tension"
],
"diagnostics": [
"topology",
"links",
"force-vectors"
],
"accessibility": {
"reducedMotion": "a static connector and a paired highlight stand in for the live bond",
"meaningWithoutMotion": "related elements share a label/color and are listed as connected"
},
"notes": "Related elements hold together through a bond with strength, tension, and memory — the strong force: binding and local structure.",
"tier": "core",
"status": "shipped",
"conditions": [
"related"
]
} See also
- Priority Well make important elements feel naturally weighted without shouting
- Focus Orbit keep related options moving around the active item
- Search Relevance Field let search results settle by relevance, confidence, and recency
- Signal Path show information flowing through citations, dependencies, or routes
- Evidence Field show how sources support, weaken, or contradict a claim
- Conflict Field make contradiction, uncertainty, and unstable state visible