Dashboard Mode - Component set best practices
Goal
Learn how to organize and use component sets in Figma to build consistent and reusable dashboard elements for business intelligence projects.
Learn how to organize and use component sets in Figma to build consistent and reusable dashboard elements for business intelligence projects.
| Component Name | Type | States | Usage Example |
|---|---|---|---|
| Button | UI Control | Default, Hover, Pressed, Disabled | Filter apply button |
| Card | Container | Default, Selected | KPI display |
| Dropdown | Input | Closed, Open | Region selector |
| Icon | Visual | Active, Inactive | Sort indicator |
| Tooltip | Info | Visible, Hidden | Data point explanation |
+----------------------+----------------------+----------------------+ | Header | Filter Bar | User Info | +----------------------+----------------------+----------------------+ | KPI Card 1 | KPI Card 2 | KPI Card 3 | +----------------------+----------------------+----------------------+ | Data Table | Chart Area | Details Panel | +----------------------+----------------------+----------------------+ | Footer (Status, Help) | +-----------------------------------------------------------------+
Filters in the Filter Bar use Dropdown component sets for region and date selection. Buttons apply or reset filters using the Button component set. KPI Cards update dynamically to show filtered data. Charts and tables refresh based on filter selections. Tooltips appear on hover over data points using the Tooltip component set. Icons indicate sorting state and update on user clicks.
Add a filter for Region = "East" using the Dropdown component. Which components update?