Dashboard Mode - Why components enable consistency
Business Question
How does using components in Figma help keep our dashboard design consistent and easy to update?
How does using components in Figma help keep our dashboard design consistent and easy to update?
| Element | Type | Color | Font Size (rem) | Usage Count |
|---|---|---|---|---|
| Primary Button | Component | #0055FF | 1.0 | 12 |
| Secondary Button | Component | #AAAAAA | 1.0 | 8 |
| Card Container | Component | #FFFFFF | 1.2 | 5 |
| Header Text | Text Style | #000000 | 1.5 | 7 |
| Body Text | Text Style | #333333 | 1.0 | 20 |
+---------------------------+---------------------------+
| Header Text | Header Text |
| (Title of Dashboard) | (Subtitle or Date) |
+---------------------------+---------------------------+
| Card Container (KPI 1) | Card Container (KPI 2) |
| Primary Button inside | Secondary Button inside |
+---------------------------+---------------------------+
| Chart Area (in Card Container) |
| Uses Body Text Style for labels |
+-----------------------------------------------------+
When you update a component (like the Primary Button color), all buttons using that component update automatically. This keeps colors and fonts consistent everywhere.
Changing a text style (like Header Text) updates all headers at once, so you don't have to fix each one separately.
Using Card Container components ensures all cards have the same spacing and shadow, making the dashboard look neat and balanced.
If you change the Primary Button component color from blue (#0055FF) to green (#00AA00), which dashboard elements update automatically?