Skip to main content
A Saved Component is a named, reusable component (its block type, settings, filters, and sorting all bundled together) that you can drop onto any compatible View. Pick this when the same data shape appears in many places: instead of rebuilding the component each time, save it once and reference it everywhere.

Where saved components live

Saved components are workspace-scoped. They can be marked team-only to limit visibility, or personal to keep them out of the shared library.

Updating a saved component

When you edit a Saved Component’s source definition, every embed of it picks up the change on next render. To diverge one instance, “detach” the embed. It becomes a regular component that no longer follows the source.

See also