Linked
A live reference to a component from another page. The source component is rendered directly — edits to the source propagate everywhere the linked component appears.
Properties
| Property | Description |
|---|---|
linkedId | ID of the source component. |
sourcePageId | ID of the page containing the source component. |
Use Cases
Use Linked components for UI blocks that should be identical across multiple pages:
- Shared headers and navigation bars
- Footers with consistent branding
- Progress indicators that appear on every page
- Reusable call-to-action sections
Edit the source component once and the change is reflected on every page that links to it. Custom CSS and styles from the source are included automatically.
A source component is marked with a linkedId on the original page. Linked instances on other pages reference it via sourcePageId and linkedId.
Last updated on