The following table lists the terms related to components:
Term | Definition |
|---|---|
Component Type | The definition or template of a component that defines its structure and properties. For example, the Button component. |
Component Instance | A specific occurrence of a component on a page with its own unique configuration. For example, the Submit button in a form. It has its own unique configuration and it can be moved, copied, or deleted independently. |
| Component Settings | The configuration options for a specific instance that change the component’s appearance such as color and size, behaviors such as links and interactions, and connections to dynamic content sources. |
Props | Configurable properties that change how a component looks or behaves. |
Slots | Designated areas within components where other components can be placed. |
Override | A customized version of a default component with modified properties or behavior. |
Global Styles | Styling rules that apply to all instances of a component across the site. |
Instance Styles | Styling applied to a specific instance of a component. |
If this content did not answer your questions, try searching or contacting our support team for further assistance.
If this content did not answer your questions, try searching or contacting our support team for further assistance.