0
0
Figmabi_tool~8 mins

Atomic design methodology in Figma - Dashboard Guide

Choose your learning style9 modes available
Dashboard Mode - Atomic design methodology
Goal

Understand how the Atomic Design methodology breaks down UI components into smaller parts to build consistent dashboards.

Sample Data: UI Components Breakdown
Component Type Description Example
Atom Basic building block, smallest UI element Button, Input Field, Label
Molecule Group of atoms working together Search Box (Input + Button)
Organism Complex UI section made of molecules and atoms Header with Logo, Nav Menu, Search Box
Template Page layout with organisms arranged Dashboard Layout with Header, Sidebar, Content
Page Final UI with real content replacing placeholders Sales Dashboard with actual charts and data
Dashboard Components
  • Atom Card: Shows a single UI element example like a Button or Label.
  • Molecule Card: Combines atoms, e.g., Search Box with Input and Button.
  • Organism Panel: Groups molecules and atoms, e.g., Header with Logo, Nav, Search.
  • Template Frame: Arranges organisms into a page layout, e.g., Dashboard with Header, Sidebar, Content area.
  • Page View: Final dashboard with real data and charts inside the template.
Dashboard Layout (ASCII Art)
+-----------------------------+
|           Header            |  <-- Organism (Logo + Nav + Search)
+-----------------------------+
| Sidebar  |      Content      |  <-- Template (Sidebar organism + Content area)
| Organism |  (Page with charts)|
+----------+------------------+
|          Footer (optional)   |
+-----------------------------+

Atoms: Buttons, Labels inside Header and Sidebar
Molecules: Search Box inside Header
Page: Content area with real charts
  
Interactivity

Filters or search inputs (atoms/molecules) update the content area (page) dynamically.

  • Typing in Search Box filters navigation or data shown.
  • Clicking buttons (atoms) triggers actions like refreshing data.
  • Sidebar selections update main content charts.
Self Check

If you add a filter input (atom) in the header search box (molecule), which parts update?

  • The content area (page) updates to show filtered data.
  • The header search box (molecule) reflects the input typed.
  • Sidebar (organism) remains unchanged unless linked.
Key Result
A dashboard illustrating Atomic Design methodology by breaking UI into atoms, molecules, organisms, templates, and pages.