Last active
August 21, 2023 06:29
-
-
Save alanbsmith/12402be4690cf7a9218e486134e61ea1 to your computer and use it in GitHub Desktop.
structuring-our-styled-components-example-file-structure-2
This file contains hidden or 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
├ src/ | |
├── blocks/ | |
| ├── Card/ | |
| | ├── Header.js // <- Element | |
| | ├── Image.js // <- Element | |
| | ├── Text.js // <- Element | |
| | ├── Title.js // <- Element | |
| | └── index.js // <- Block | |
├── elements/ | |
| ├── A.js // <- Element | |
| ├── H3.js // <- Element | |
| ├── Link.js // <- Element | |
| ├── P.js // <- Element | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment