Skip to content

Commit

Permalink
Merge pull request #57 from Blind3y3Design/develop
Browse files Browse the repository at this point in the history
atomic design post
  • Loading branch information
Blind3y3Design authored Oct 15, 2023
2 parents 41fa5b9 + 00b5620 commit 9884ccc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/writing/2023/accessibility-playbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ date: 2023-09-28T18:50:00
title: "A Playbook for Accessibility"
tags:
- accessibility
- design
- UX
- UI
- development
Expand Down
14 changes: 14 additions & 0 deletions src/writing/2023/atomic-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
date: 2023-10-41T18:50:00
title: "Brad Frost on Atomic Design"
tags:
- atomic-design
- design
- UI
---

Brad Frost recently posted [this wonderful article](https://bradfrost.com/blog/link/from-template-to-atoms/) reminding us all that Atomic Design is not a step-by-step process, and instead a mental model we should use to look at the parts and whole of a design at the same time.

I know that I’ve been guilty of this myself. It’s very easy to fall into the trap of designing in a vacuum; especially with “Atomic” components like buttons or input elements. The idea that you can just design something real quick and push it out to users in an incredibly enticing one, but designing anything without understanding the context in which it will live and the content that will ultimately surround it is a recipe for disaster.

So thanks for the reminder Brad!

0 comments on commit 9884ccc

Please sign in to comment.