Guest User

Untitled

a guest
Dec 18th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. ```
  2. src/components
  3. ├── ComponentName
  4. │ ├── _modName
  5. │ │ ├── ComponentName_modName.tsx
  6. │ │ ├── ComponentName_modName_modVal.tsx
  7. │ │ └── ComponentName_modName_modVal.css
  8. │ ├── ElementName
  9. │ │ ├── ComponentName-ElementName.tsx
  10. │ │ └── ComponentName-ElementName.css
  11. │ ├── ComponentName.examples.tsx
  12. │ ├── ComponentName.test.tsx
  13. │ ├── ComponentName.i18n
  14. │ ├── ComponentName.tsx
  15. │ ├── ComponentName.css
  16. │ └── README.md
  17. ```
Add Comment
Please, Sign In to add comment