Skip to content

Latest commit

 

History

History
62 lines (54 loc) · 1.62 KB

style-guide-generators.md

File metadata and controls

62 lines (54 loc) · 1.62 KB

Style guide generators

More reading

Atomic design

We're not designing pages, we're designing systems of components

Five levels;

  • Atoms
    • Label
    • Input
    • Button
  • Molecules
    • Label + Input + Button = Search form
  • Organisms
    • Logo + Navigation + Search Form = Header
    • Title + Thumbnail + Teaser text = Product
  • Templates
    • Wireframes
    • Focus on character length, image size, etc
  • Pages
    • Instance of template with real content
    • Cart page with 1 item, and cart page with 10 items