Introduction
Component instances let you reuse a design element many times without copying it. When you change the main component, all instances update automatically. This saves time and keeps your design consistent.
When you want to use the same button style on many pages but keep them linked
When you need to update a logo across multiple screens quickly
When creating repeated elements like icons or cards that share the same look
When you want to try different text or colors on a shared design without changing the original
When collaborating with a team to keep design elements uniform