This commit is contained in:
Pavlos Vinieratos 2021-08-31 02:54:22 +03:00 committed by flexsurfer
parent e21860563a
commit e6c416c2c3
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ To ensure consistency run [clj-kondo linter](https://github.com/borkdude/clj-kon
# Best practices
- Desing components atomically and compose them into bigger components.
- Design components atomically and compose them into bigger components.
- Do not export individual atoms, only components. This way we can limit design
system to be used in too many way which can creating disjointed experiences.
- Avoid external margins for atom components, it can be added on the wrapper