Skip to content

Instantly share code, notes, and snippets.

@awinogradov
Created December 18, 2018 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awinogradov/24293bf2ac8639a4851bfd9b9cfa3709 to your computer and use it in GitHub Desktop.
Save awinogradov/24293bf2ac8639a4851bfd9b9cfa3709 to your computer and use it in GitHub Desktop.
src/components
├── ComponentName
│   ├── _modName
│   │   ├── ComponentName_modName.tsx
│   │   ├── ComponentName_modName_modVal.tsx
│   │   └── ComponentName_modName_modVal.css
│   ├── ElementName
│   │   ├── ComponentName-ElementName.tsx
│   │   └── ComponentName-ElementName.css
│   ├── ComponentName.examples.tsx
│   ├── ComponentName.test.tsx
│   ├── ComponentName.i18n
│   ├── ComponentName.tsx
│   ├── ComponentName.css
│   └── README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment