We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9512390 commit 783c219Copy full SHA for 783c219
1 file changed
CLAUDE.md
@@ -64,18 +64,22 @@ src/
64
## Key Architecture Patterns
65
66
### Component Structure
67
+
68
Each component typically has:
69
70
- `ComponentName.tsx` - Main component implementation
71
- `ComponentName.element.ts` - Web Component wrapper
72
- `ComponentName.stories.tsx` - Storybook stories
73
- `ComponentName.test.tsx` - Component tests (optional)
74
75
### Entry Points
76
77
- `@seamapi/react` - Full library (components + hooks)
78
- `@seamapi/react/hooks` - Hooks only (lighter bundle)
79
- `@seamapi/react/elements` - Web Components bundle
80
81
### Path Aliases
82
83
- `lib/*` → `./src/lib/*`
84
- `fixtures/*` → `./test/fixtures/*`
85
- `@seamapi/react` → `./src/index.ts`
0 commit comments