Dashboard Mode - Adding Auto Layout to frames
Goal
Understand how to use Auto Layout in Figma frames to create responsive dashboard components that adjust automatically when content or screen size changes.
Understand how to use Auto Layout in Figma frames to create responsive dashboard components that adjust automatically when content or screen size changes.
| Region | Sales Q1 | Sales Q2 | Sales Q3 | Sales Q4 |
|---|---|---|---|---|
| North | 100 | 150 | 130 | 170 |
| South | 90 | 120 | 110 | 140 |
| East | 80 | 100 | 90 | 130 |
| West | 70 | 110 | 100 | 120 |
| Central | 60 | 90 | 80 | 110 |
+----------------------------------------------------+ | +----------------------+ +---------------------+ | | | KPI Card | | Sales Data Table | | | | Total Sales: 2150 | | Region | Q1 | Q2 | Q3 | Q4 | | | | | | North |100 |150 |130 |170 | | | +----------------------+ | South | 90 |120 |110 |140 | | | +----------------------+ | East | 80 |100 | 90 |130 | | | | Bar Chart | | West | 70 |110 |100 |120 | | | | Sales by Region Q4 | | Central | 60 | 90 | 80 |110 | | | +----------------------+ +---------------------+ | +----------------------------------------------------+
Adding a filter for Region will update the Bar Chart and Sales Data Table to show only the selected region's data. The KPI Card will update total sales to reflect the filtered data. The Auto Layout frames will automatically adjust their size and spacing to fit the filtered content.
If you add a filter for Region = East, which components update?