Skip to content

Commit 783c219

Browse files
committed
ci: Format code
1 parent 9512390 commit 783c219

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,22 @@ src/
6464
## Key Architecture Patterns
6565

6666
### Component Structure
67+
6768
Each component typically has:
69+
6870
- `ComponentName.tsx` - Main component implementation
6971
- `ComponentName.element.ts` - Web Component wrapper
7072
- `ComponentName.stories.tsx` - Storybook stories
7173
- `ComponentName.test.tsx` - Component tests (optional)
7274

7375
### Entry Points
76+
7477
- `@seamapi/react` - Full library (components + hooks)
7578
- `@seamapi/react/hooks` - Hooks only (lighter bundle)
7679
- `@seamapi/react/elements` - Web Components bundle
7780

7881
### Path Aliases
82+
7983
- `lib/*``./src/lib/*`
8084
- `fixtures/*``./test/fixtures/*`
8185
- `@seamapi/react``./src/index.ts`

0 commit comments

Comments
 (0)