Which statement best describes a component instance in Figma?
Think about how changes in the main component affect its copies.
A component instance is a copy of a main component that inherits its properties. You can override some properties like text or colors, but structural changes come from the main component.
You have a Figma file with multiple buttons. How can you visually identify which buttons are component instances?
Look for the color and icon that Figma uses for instances.
In Figma, component instances are marked with a purple outline and a diamond icon in the layers panel, distinguishing them from main components and regular groups.
Which of the following properties cannot be overridden in a component instance in Figma?
Think about what changes affect the main component structure.
You cannot add new layers inside a component instance. To add layers, you must edit the main component. Overrides are limited to existing properties like text, colors, and position.
You updated the main component in Figma, but some instances did not reflect the changes. What is the most likely reason?
Consider what happens when you detach an instance.
When you detach an instance, it becomes a regular group and no longer updates with changes to the main component.
You have a main component called Card that contains a nested component called Button. You want to change the button color across all cards without affecting other buttons outside cards. What is the best approach?
Think about how to apply changes only to nested buttons inside cards.
Creating a new variant of the Button component and swapping nested instances inside Card allows you to change button color only within cards without affecting other buttons.