component based
play

COMPONENT BASED DESIGN AND DEVELOPMENT CRISTINA CHUMILLAS - PowerPoint PPT Presentation

COMPONENT BASED DESIGN AND DEVELOPMENT CRISTINA CHUMILLAS @chumillas ckrina / Designer and frontend developer at Ymbra WHAT ARE WE GOING TO TALK ABOUT Components CSS Methodologies Design Systems Styles Guides In Drupal WEB PROJECTS


  1. COMPONENT BASED DESIGN AND DEVELOPMENT

  2. CRISTINA CHUMILLAS @chumillas ckrina / Designer and frontend developer at Ymbra

  3. WHAT ARE WE GOING TO TALK ABOUT Components CSS Methodologies Design Systems Styles Guides In Drupal

  4. WEB PROJECTS

  5. COMPONENTS

  6. CSS METHODOLOGIES

  7. BEM (Block Element Modifier) .site-search {} /* Block */ .site-search__field {} /* Element */ .site-search--full {} /* Modifier */

  8. BEM (Block Element Modifier) <div class="block-name__wrapper"> <div class="block-name"> <h2 class="block-name__title">Block title</h2> <p class="block-name__text">Block text</p> </div> </div>

  9. BEM (Block Element Modifier) <div class="block-name--big"> <h2 class="block-name__title">Block title</h2> <p class="block-name__text">Block text</p> </div>

  10. SMACSS Base Layout Module (Components) State Theme

  11. SMACSS

  12. DESIGN SYSTEMS

  13. Everything that makes up your product. --Mark Otto, FOWA 2013 Everything. Typography, layouts and grids, colors, icons, components, coding conventions

  14. “We’re not designing pages, we’re designing systems of components.” --Stephen Hay

  15. WHY DESIGN SYSTEMS? Reusable work - COMPONENTS More efficient projects Large-scale ready code Everybody knows how everything works Integrates multi-disciplinary workflow

  16. CARD DESIGN

  17. ATOMIC DESIGN

  18. BRAD FROST

  19. WHEN?

  20. WIREFRAMES Static wireframes vs HTML Wireframes

  21. STATIC WIREFRAMES They’re abstractions They’re full of assumptions They’re verbose They’re a crutch

  22. HTML WIREFRAMES They get into the browser quicker They reinforce the notion that you’re creating a website They’re interactive They allow for living, breathing annotations They lay the foundation for the final product

  23. DESIGNING IN THE BROWSER PSD/ for early planning/research phases The composition in the browser Make decisions in the browser Reusable work

  24. STYLE GUIDES Documentation of a Design System

  25. WHY? Improve User Experience Easy onboarding of new team members Efficient Design and Development Makes Testing easier

  26. STYLEGUIDE DRIVEN DEVELOPMENT(SDD) Style guides that are generated directly from the style definition sources

  27. STYLE GUIDES Drupal Style Guide module KSS (Knyle Style Sheets) (Zen 6) Pattern Lab

  28. STYLE GUIDES - RESOURCES styleguides.io Articles, Books, Podcasts, Talks, Tools, Examples, etc.

  29. IN DRUPAL

  30. ADAPT TO AGNOSTIC STYLE GUIDES 1. Wrapping components 2. Changing default markup

  31. UI COMPONENTS TO DRUPAL COMPONENTS CODING Field formatter hook_alter Process and preprocess functions ...

  32. UI COMPONENTS TO DRUPAL COMPONENTS DISPLAY SUITE View modes

  33. UI COMPONENTS TO DRUPAL COMPONENTS DISPLAY SUITE Field templates

  34. UI COMPONENTS TO DRUPAL COMPONENTS PANELS Custom Panes Mini Panels Context

  35. THANKS! @chumillas ckrina /

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend