0
0
Figmabi_tool~10 mins

Nested components in Figma - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This data represents components and nested components in a Figma design system. 'Button Base' is the main component. 'Icon' and 'Label' are nested components inside buttons. 'Button Primary' and 'Button Secondary' are variants of 'Button Base'. 'Button Primary with Icon' and 'Button Secondary with Icon' are nested components combining button variants with icons.

CellValue
A1Button Base
A2Icon
A3Label
B1Button Primary
B2Button Secondary
C1Button Primary with Icon
C2Button Secondary with Icon
Formula Trace
Button Primary with Icon = Button Primary + Icon nested inside
Step 1: Button Primary component base
Step 2: Icon component
Step 3: Nest Icon inside Button Primary
Step 4: Final nested component
Cell Reference Map
    A               B                   C
1 | Button Base   | Button Primary     | Button Primary with Icon
2 | Icon          | Button Secondary   | Button Secondary with Icon
3 | Label         |                   | 

Arrows:
Button Primary -> Button Base
Button Secondary -> Button Base
Button Primary with Icon -> Button Primary + Icon
Button Secondary with Icon -> Button Secondary + Icon
This map shows how components in columns B and C reference base components in column A. Nested components in column C combine variants from column B with the Icon component from column A.
Result
    A               B                   C
1 | Button Base   | Button Primary     | Button Primary with Icon
2 | Icon          | Button Secondary   | Button Secondary with Icon
3 | Label         |                   | 

Result: Nested components in column C combine button variants with icons for flexible design reuse.
The final visualization shows nested components combining base button variants with icons, ready for use in design projects.
Sheet Trace Quiz - 3 Questions
Test your understanding
What is the base component for Button Primary?
ALabel
BButton Base
CIcon
DButton Secondary
Key Result
Nested components combine base components and variants by placing one component inside another for reuse.