docs: Adding atomic design directories and brief explainer files

This commit is contained in:
jezzahehn 2025-05-09 01:36:08 -04:00
parent f3767b955b
commit 81d9034070
3 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# What are atoms?
https://bradfrost.com/blog/post/atomic-web-design/
Atoms are the basic building blocks of matter. Applied to web interfaces, atoms are our HTML tags, such as a form label, an input or a button.
Atoms can also include more abstract elements like color palettes, fonts and even more invisible aspects of an interface like animations.
Like atoms in nature theyre fairly abstract and often not terribly useful on their own. However, theyre good as a reference in the context of a pattern library as you can see all your global styles laid out at a glance.