Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alanbsmith/12402be4690cf7a9218e486134e61ea1 to your computer and use it in GitHub Desktop.
Save alanbsmith/12402be4690cf7a9218e486134e61ea1 to your computer and use it in GitHub Desktop.
structuring-our-styled-components-example-file-structure-2
├ 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