Introduction
Overriding instance properties lets you change parts of a component copy without changing the original. This helps customize repeated elements quickly while keeping design consistency.
When you want to change text or colors in a button used many times without editing the main button component
When you need to adjust an icon size or color inside a repeated card layout
When you want to swap images in a photo frame component for different content
When you want to hide or show certain parts of a component instance for specific screens
When you want to tweak spacing or alignment inside a repeated layout without breaking the master design