src/components/
├── Button
│   ├── Button.stories.tsx
│   ├── Button.styled.ts
│   ├── Button.test.tsx
│   ├── Button.tsx
│   └── index.ts
├── Checkbox
│   ├── Checkbox.stories.tsx
│   ├── Checkbox.styled.ts
│   ├── Checkbox.test.tsx
│   ├── Checkbox.tsx
│   └── index.ts
...
└── Typeahead
    ├── Typeahead.stories.tsx
    ├── Typeahead.styled.ts
    ├── Typeahead.test.tsx
    ├── Typeahead.tsx
    ├── TypeaheadItem.tsx
    ├── TypeaheadItemGroup.tsx
    └── index.ts