The builderComponents
Components
Reusable blocks whose content and styles are defined once, with properties each instance can change.
A component is a block, or a group of blocks, that you define once and reuse across the site. Build it as a master, and every place you use it stays in sync. Change the master, and each instance updates.
What makes a component more than a copy is properties. You expose the parts that should vary, a heading, an image, a link, and each instance sets its own values for them while sharing the same structure and styles. One card component, many cards, each with its own content but a single design to maintain.
Components live in their own library and can be sorted into folders as they grow.