Last active
April 11, 2019 17:02
-
-
Save sirtimbly/da51777652e432b909f3096c14c14a1b to your computer and use it in GitHub Desktop.
dir structure atomic
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
components | |
│ ├── atoms | |
│ │ ├── button | |
│ │ ├── card | |
│ │ ├── form | |
│ │ │ └── select | |
│ │ ├── icon-field | |
│ │ ├── icons | |
│ │ ├── input | |
│ │ ├── text | |
│ │ └── well | |
│ ├── molecules | |
│ │ ├── account-forgot | |
| | ... | |
| ├── organisms | |
│ │ ├── accordion | |
│ │ ├── board | |
│ │ ├── card-feed | |
| | ... | |
├── styles | |
│ ├── _settings.scss | |
│ ├── app.scss | |
│ ├── critical.scss | |
│ ├── documentation.scss | |
│ ├── icons.scss | |
│ ├── mixins | |
│ │ ├── _materials.scss | |
│ │ ├── _shadows.scss | |
│ │ └── _well.scss | |
│ └── vendor | |
| └── ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment